diff --git a/layouts/partials/post_meta.html b/layouts/partials/post_meta.html index 8529448..a1f5e55 100644 --- a/layouts/partials/post_meta.html +++ b/layouts/partials/post_meta.html @@ -1,7 +1,7 @@
{{ if not .Date.IsZero }}
- {{ if not (eq .FirstSection.RelPermalink .RelPermalink) }} in {{ .FirstSection.Title }}{{ end }} + {{ if not (eq .FirstSection.RelPermalink .RelPermalink) }} in {{ .FirstSection.Title }}{{ end }}
{{ else }} {{ if not (eq .FirstSection.RelPermalink .RelPermalink) }} @@ -12,7 +12,7 @@ {{ end }} {{ if ne .Date .Lastmod }}
- +
{{ end }} {{ with .Param "indieweb.reply" }} diff --git a/layouts/partials/summary_meta.html b/layouts/partials/summary_meta.html index dc34cbb..744635e 100644 --- a/layouts/partials/summary_meta.html +++ b/layouts/partials/summary_meta.html @@ -1,6 +1,6 @@ {{ if not .Date.IsZero }}
- {{ if not (eq .FirstSection.RelPermalink .RelPermalink) }} in {{ .FirstSection.Title }}{{ end }} + {{ if not (eq .FirstSection.RelPermalink .RelPermalink) }} in {{ .FirstSection.Title }}{{ end }}
{{ else }} {{ if not (eq .FirstSection.RelPermalink .RelPermalink) }} @@ -11,7 +11,7 @@ {{ end }} {{ if ne .Date .Lastmod }}
- +
{{ end }} {{ with .Param "indieweb.reply" }}