diff --git a/layouts/_default/summary.html b/layouts/_default/summary.html index 990b6a9..470bf50 100644 --- a/layouts/_default/summary.html +++ b/layouts/_default/summary.html @@ -19,7 +19,7 @@ {{- /* Title */ -}}

- {{ .Title }} + {{ .Title | emojify }}

{{- /* Meta */ -}} diff --git a/layouts/partials/single/footer.html b/layouts/partials/single/footer.html index c5b682f..3b37d5d 100644 --- a/layouts/partials/single/footer.html +++ b/layouts/partials/single/footer.html @@ -63,10 +63,10 @@
{{- if .PrevInSection -}} - + {{- end -}} {{ if .NextInSection }} - + {{- end -}}
diff --git a/layouts/posts/single.html b/layouts/posts/single.html index 8f788a2..2086972 100644 --- a/layouts/posts/single.html +++ b/layouts/posts/single.html @@ -20,7 +20,7 @@
{{- /* Title */ -}} -

{{ .Title }}

+

{{ .Title | emojify }}

{{- /* Subtitle */ -}} {{- with $params.subtitle -}}