diff --git a/themes/nipponalba/layouts/_default/single.html b/themes/nipponalba/layouts/_default/single.html index d41ac519..95545c3c 100644 --- a/themes/nipponalba/layouts/_default/single.html +++ b/themes/nipponalba/layouts/_default/single.html @@ -46,6 +46,9 @@ +

Alternatively, if you do not have a webmentions enabled website then you can leave a message using the comments parade form below.

+
Comment Parade

Please copy the following and paste into the URL field below: {{.Permalink }}

+

All going well, comment will take a few minutes to appear, possibly longer due to .. gremlins.

{{ $mention_ids := index $.Site.Data.index .RelPermalink }} {{ if isset $mention_ids 0}} diff --git a/themes/nipponalba/static/css/style.css b/themes/nipponalba/static/css/style.css index 4dabffa6..dd987413 100644 --- a/themes/nipponalba/static/css/style.css +++ b/themes/nipponalba/static/css/style.css @@ -580,6 +580,17 @@ hr{ .feedrow .feedlinks{ grid-column: 2; } +.commentparade { + width:100%; + overflow:auto; + background: var(--background-colour); + padding:0; + height:250px; + color: var(--text-colour); +} +.commentparade .url{ + font-weight:bolder; +} @media screen and (max-width: 960px) { #page-top { width: 95%;