Skip to content

Instantly share code, notes, and snippets.

@antomor
Created October 19, 2020 19:49
Show Gist options
  • Save antomor/63c22fa6dc2c1cb84f388b62d59e7681 to your computer and use it in GitHub Desktop.
Save antomor/63c22fa6dc2c1cb84f388b62d59e7681 to your computer and use it in GitHub Desktop.
Hugo Emgithub shortcode
<script src="https://emgithub.com/embed.js?target={{ .Get "permalink" }}&style={{ if .Get "style" }}{{ .Get "style" }}{{ else }}on{{ github }}&showBorder={{ if .Get "showBorder" }}{{ .Get "showBorder" }}{{ else }}on{{ end }}&showLineNumbers={{ if .Get "showLineNumbers" }}{{ .Get "showLineNumbers" }}{{ else }}on{{ end }}&showFileMeta={{ if .Get "showFileMeta" }}{{ .Get "showFileMeta" }}{{ else }}on{{ end }}"></script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment