diff --git a/layouts/index.gmi b/layouts/index.gmi index 6a04bc7d..07966dcb 100644 --- a/layouts/index.gmi +++ b/layouts/index.gmi @@ -10,7 +10,7 @@ Some of my recent (and more substantial) writing. {{ $posts := where .Site.RegularPages "Section" "in" (slice "posts" "bookmarks" "poetry") -}} {{- range ($posts.ByPublishDate.Reverse | first 6) }} -=> {{.RelPermalink}} {{ with .Params.emoji }}{{.}} {{end}}{{- with .Title -}}{{ . }}{{ else }}{{ .Type | singularize | title }}{{ end -}} +=> {{.RelPermalink}} {{ with .Params.emoji }}{{.}}{{ else }}🔗{{end}} {{ with .Title -}}{{ . }}{{ else }}{{ .Type | singularize | title }}{{ end -}} {{- end }} => /posts/ 📔 More posts (my longer articles) diff --git a/layouts/partials/about-me.html b/layouts/partials/about-me.html index 9c8ca4ee..6f552d64 100644 --- a/layouts/partials/about-me.html +++ b/layouts/partials/about-me.html @@ -1,6 +1,6 @@ -
- This space is a much loved wild garden; things aren't perfectly organised, there are lots of nooks and crannies to explore. Follow your nose and see where you end up. -
\ No newline at end of file +{{- "" -}} + This space is a much loved wild garden; things aren't perfectly organised, there are lots of nooks and crannies to explore. Follow your nose and see where you end up.{{- "" -}} +
{{- "" -}}