Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save GasparVardanyan/2810deb19a602d45f328b3e48609a750 to your computer and use it in GitHub Desktop.
Save GasparVardanyan/2810deb19a602d45f328b3e48609a750 to your computer and use it in GitHub Desktop.
hugo embedded base64 thumbnails
{{ $thumb_base64 := readFile (printf "%s%s" "/public" (.Fill "150x115 q100").RelPermalink) | base64Encode }}
<img src="data:image;base64,{{ $thumb_base64 }}" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment