diff --git a/config.yaml b/config.yaml index 5bde24e..8a5a769 100644 --- a/config.yaml +++ b/config.yaml @@ -2,3 +2,5 @@ baseURL: 'http://example.org/' languageCode: 'en-us' title: 'My New Hugo Site' theme: 'poc' +params: + mastodonurl: https://framapiaf.org diff --git a/themes/poc/layouts/partials/fedicomment.html b/themes/poc/layouts/partials/fedicomment.html index 8eabd83..4bae503 100644 --- a/themes/poc/layouts/partials/fedicomment.html +++ b/themes/poc/layouts/partials/fedicomment.html @@ -1,4 +1,4 @@ -
+
Your browser must support JS to view comments
diff --git a/themes/poc/static/fedicomment.css b/themes/poc/static/fedicomment.css index 9e0fdc9..8a4dec6 100644 --- a/themes/poc/static/fedicomment.css +++ b/themes/poc/static/fedicomment.css @@ -29,6 +29,7 @@ margin: 0; margin-left: 5px; padding: 0; + padding-left: 5px; border-left: solid grey 1px; }