diff --git a/layouts/_default/section.html b/layouts/_default/section.html index f1e1e46..2775891 100644 --- a/layouts/_default/section.html +++ b/layouts/_default/section.html @@ -22,7 +22,7 @@ {{- range .Pages -}}
- {{- .Title -}} + {{- .Title | emojify -}} {{- $.Site.Params.section.dateFormat | default "01-02" | .Date.Format -}} diff --git a/layouts/_default/summary.html b/layouts/_default/summary.html index 3689b71..7169220 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 e537af6..2ef00d4 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 d37ed47..5f856a2 100644 --- a/layouts/posts/single.html +++ b/layouts/posts/single.html @@ -20,7 +20,7 @@
{{- /* Title */ -}} -

{{ .Title }}

+

{{ .Title | emojify }}

{{- /* Subtitle */ -}} {{- with $params.subtitle -}} diff --git a/layouts/taxonomy/list.html b/layouts/taxonomy/list.html index 7c41235..bd5ebb6 100644 --- a/layouts/taxonomy/list.html +++ b/layouts/taxonomy/list.html @@ -29,7 +29,7 @@ {{- range .Pages -}}