diff --git a/themes/nipponalba/layouts/_default/single.html b/themes/nipponalba/layouts/_default/single.html index ab1813f0..7f3daf35 100644 --- a/themes/nipponalba/layouts/_default/single.html +++ b/themes/nipponalba/layouts/_default/single.html @@ -96,7 +96,7 @@ {{ if .Params.xContent }}
{{ .Params.xAuthor }}'s avatar{{ dateFormat "Mon, 02 Jan 2006 15:04:05 GMT" .Params.xPublished }}
{{ plainify .Params.xContent }}
{{end}} {{ if .Params.Content }}{{ .Params.Content }}{{ end }} {{ if not (eq .Type "article") }}
- {{ with .Page.Params.category }}Categories: {{ partial "taxonomy/categories.html" . }}{{ end }}
+ {{ with .Page.Params.category }}Categories: {{ partial "taxonomy/categories.html" . }}{{ end }}
{{ end }} diff --git a/themes/nipponalba/layouts/partials/webmention.html b/themes/nipponalba/layouts/partials/webmention.html index e5fe6a05..e4339564 100644 --- a/themes/nipponalba/layouts/partials/webmention.html +++ b/themes/nipponalba/layouts/partials/webmention.html @@ -3,20 +3,20 @@ {{ if eq (index . "wm-property") "mention" }}
{{ .author.name }} mentioned this post in the post {{ .title }} {{ if .content.html }} -{{ .content.html | safeHTML }} +

{{ .content.html | safeHTML }}

{{ else }}

{{ .content.text | safeHTML }}

{{ end }} -
+ {{ end }} {{ if eq (index . "wm-property") "in-reply-to" }}
{{ .author.name }} replied to this post here
{{ if .content.html }} - {{ .content.html | safeHTML }} +

{{ .content.html | safeHTML }}

{{ else }}

{{ .content.text | safeHTML }}

{{ end }} -
+ {{ end }} {{ if eq (index . "wm-property") "bookmark" }}
{{ .author.name }} bookmarked this post
diff --git a/themes/nipponalba/static/css/style.css b/themes/nipponalba/static/css/style.css index 1143a410..921ea83b 100644 --- a/themes/nipponalba/static/css/style.css +++ b/themes/nipponalba/static/css/style.css @@ -372,7 +372,7 @@ margin-bottom: 200px; display:grid; grid-template-rows: repeat (20px, 40px, auto); width:100%; - border-top:1px dotted var(--text-colour); + border-top:1px solid var(--text-colour); padding-bottom:150px; } #webmention-form{ @@ -388,6 +388,7 @@ line-height: 2; } #webmentions{ grid-row: 4; + margin-top: 0 20px 0 0 ; padding: 0 0 200px 0; } @@ -421,23 +422,30 @@ line-height: 2; } .interaction.mention, .interaction.reply{ - border:1px dotted var(--text-colour); + border:1px solid var(--text-colour); display:flex; min-height: 60px; padding: 10px; + background-color: var(--border-colour); + box-shadow: 0 2px 3px var(--shadow-colour); + border-radius: 15px; } .interaction.mention .remote_profile, .interaction.reply .remote_profile{ width: 90px; -} + min-width: 90px; + } .interaction.mention .remote_profile img, .interaction.reply .remote_profile img, .remotePhoto img{ width: 50px; height: 50px; border-radius: 50%; object-fit:cover; margin: 0 auto; +} +.remotePhoto{ + } .intactivity{ - font-size:13px; + font-size:15px; font-style: italic; line-height:18px; text-align:left;