💄 Add Markdown and Emoji support to parameters

This commit is contained in:
James Panther
2021-10-27 10:34:50 +11:00
parent b1ae418cc3
commit 4c13c4d776
5 changed files with 12 additions and 8 deletions
+2 -2
View File
@@ -9,7 +9,7 @@
class="hover:underline hover:underline-primary-500 hover:underline-thickness-bold hover:underline-offset-small"
href="{{ .URL }}"
title="{{ .Title }}"
>{{ .Name }}</a
>{{ .Name | markdownify | emojify }}</a
>
</li>
{{ end }}
@@ -23,7 +23,7 @@
{{- else }}
&copy;
{{ now.Format "2006" }}
{{ .Site.Author.name }}
{{ .Site.Author.name | markdownify | emojify }}
{{- end }}
</p>
{{/* Theme attribution */}}