From 9a69034adba92d3c607ae740644c4eab2f57e100 Mon Sep 17 00:00:00 2001 From: jk Date: Thu, 11 Mar 2021 08:57:19 +0000 Subject: [PATCH] fucking webmentions --- layouts/_default/section.html | 8 ++++---- themes/nipponalba/layouts/_default/single.html | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/layouts/_default/section.html b/layouts/_default/section.html index c40e63a5..d2a5dda4 100644 --- a/layouts/_default/section.html +++ b/layouts/_default/section.html @@ -60,11 +60,11 @@ {{ else }} -
+
-

{{ .Site.Params.Title }} +

{{ .Site.Params.Title }} {{ if eq .Params.posttype "like-of" }} liked {{ .Params.xAuthor }}'s {{ .Params.xPostType }}{{ end }} {{ if eq .Params.posttype "in-reply-to" }} replied to {{ .Params.xAuthor }}'s {{ .Params.xPostType }}{{ end }} {{ if eq .Params.posttype "repost-of" }} shared {{ .Params.xAuthor }}'s {{ .Params.xPostType }}{{ end }}

@@ -74,8 +74,8 @@ {{ if not (eq .Type "article") }}
{{ with .Page.Params.category }}Categories: {{ partial "taxonomy/categories.html" . }}{{ end }}
{{ end }} -
-
+ + {{end}} {{ end }} {{ partial "pagination.html" . }} diff --git a/themes/nipponalba/layouts/_default/single.html b/themes/nipponalba/layouts/_default/single.html index f718f8cf..23cb9135 100644 --- a/themes/nipponalba/layouts/_default/single.html +++ b/themes/nipponalba/layouts/_default/single.html @@ -93,7 +93,7 @@ -

{{ .Site.Params.Title }} +

{{ .Site.Params.Title }} {{ if eq .Params.posttype "like-of" }} liked {{ .Params.xAuthor }}'s {{ .Params.xPostType }}{{ end }} {{ if eq .Params.posttype "in-reply-to" }} replied to {{ .Params.xAuthor }}'s {{ .Params.xPostType }}{{ end }} {{ if eq .Params.posttype "repost-of" }} shared {{ .Params.xAuthor }}'s {{ .Params.xPostType }}{{ end }}

@@ -102,7 +102,7 @@ {{ if .Content }}

{{ .Content }}
{{ end }} {{ if not (eq .Type "article") }}
{{ with .Page.Params.category }}Categories: {{ partial "taxonomy/categories.html" . }}{{ end }}
-
{{ end }}
+ {{ end }} {{end}}