From 88cade3681cbabb7376b1404c5b1acd16771a18f Mon Sep 17 00:00:00 2001 From: jk Date: Wed, 17 Jun 2020 23:25:18 +0100 Subject: [PATCH] trying to fix sending of webmentions --- layouts/_default/section.html | 6 +++--- themes/nipponalba/layouts/_default/single.html | 6 +++--- themes/nipponalba/static/css/style.css | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/layouts/_default/section.html b/layouts/_default/section.html index dad7bce0..3cfc9714 100644 --- a/layouts/_default/section.html +++ b/layouts/_default/section.html @@ -38,9 +38,9 @@
{{ else }} - {{ if .Params.inreplyto }}
{{ end }} - {{ if .Params.likeof }}
{{ end }} - {{ if .Params.repostof }}
{{ end }} + {{ if .Params.inreplyto }}
{{ end }} + {{ if .Params.likeof }}
{{ end }} + {{ if .Params.repostof }}
{{ end }} diff --git a/themes/nipponalba/layouts/_default/single.html b/themes/nipponalba/layouts/_default/single.html index e050fb8b..a22b99a0 100644 --- a/themes/nipponalba/layouts/_default/single.html +++ b/themes/nipponalba/layouts/_default/single.html @@ -88,9 +88,9 @@ {{ end }} {{ end }} {{ else }} -{{ if .Params.inreplyto }}
{{ end }} -{{ if .Params.likeof }}
{{ end }} -{{ if .Params.repostof }}
{{ end }} +{{ if .Params.inreplyto }}
{{ end }} +{{ if .Params.likeof }}
{{ end }} +{{ if .Params.repostof }}
{{ end }} diff --git a/themes/nipponalba/static/css/style.css b/themes/nipponalba/static/css/style.css index 62ec4263..1030ff68 100644 --- a/themes/nipponalba/static/css/style.css +++ b/themes/nipponalba/static/css/style.css @@ -649,7 +649,7 @@ width:100% display:inline-block; vertical-align: top; } -.content .response aside{ +.content #response aside{ width:90%; } .content aside time, .h-cite time{