- {{- .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 -}} - {{ .PrevInSection.Title }} + {{ .PrevInSection.Title | emojify }} {{- end -}} {{ if .NextInSection }} - {{ .NextInSection.Title }} + {{ .NextInSection.Title | emojify }} {{- 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 -}} - {{- .Title -}} + {{- .Title | emojify -}} {{- $.Site.Params.list.dateFormat | default "01-02" | .Date.Format -}} diff --git a/layouts/taxonomy/terms.html b/layouts/taxonomy/terms.html index c7fe0fe..b6c67e4 100644 --- a/layouts/taxonomy/terms.html +++ b/layouts/taxonomy/terms.html @@ -30,7 +30,7 @@ {{- range first 5 $pages -}} - {{- .Title -}} + {{- .Title | emojify -}} {{- end -}}
{{- /* 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 -}} - {{- .Title -}} + {{- .Title | emojify -}} {{- $.Site.Params.list.dateFormat | default "01-02" | .Date.Format -}} diff --git a/layouts/taxonomy/terms.html b/layouts/taxonomy/terms.html index c7fe0fe..b6c67e4 100644 --- a/layouts/taxonomy/terms.html +++ b/layouts/taxonomy/terms.html @@ -30,7 +30,7 @@ {{- range first 5 $pages -}} - {{- .Title -}} + {{- .Title | emojify -}} {{- end -}}
- {{- .Title -}} + {{- .Title | emojify -}} {{- $.Site.Params.list.dateFormat | default "01-02" | .Date.Format -}} diff --git a/layouts/taxonomy/terms.html b/layouts/taxonomy/terms.html index c7fe0fe..b6c67e4 100644 --- a/layouts/taxonomy/terms.html +++ b/layouts/taxonomy/terms.html @@ -30,7 +30,7 @@ {{- range first 5 $pages -}} - {{- .Title -}} + {{- .Title | emojify -}} {{- end -}}