Skip to content

Instantly share code, notes, and snippets.

@jdheyburn
Created April 15, 2020 07:11
Show Gist options
  • Save jdheyburn/177fb9f74a38306d9257fb7302ba221c to your computer and use it in GitHub Desktop.
Save jdheyburn/177fb9f74a38306d9257fb7302ba221c to your computer and use it in GitHub Desktop.
A hugo-coder modification to allow emojified titles in type lists
<li>
<span class="date">{{ .Date.Format (.Site.Params.dateFormat | default "January 2, 2006" ) }}</span>
<a class="title" href="{{ .Params.ExternalLink | default .RelPermalink }}">{{ .Title | emojify }}</a>
</li>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment