diff --git a/static/comments/config.php b/static/comments/config.php index 81462c0..c797395 100644 --- a/static/comments/config.php +++ b/static/comments/config.php @@ -9,7 +9,7 @@ $config = [ // the URL of your blog. All toots are searched for this string // please use https?:// as schema 'search-url' => 'https?://mehl.mx', - 'cache_toots' => 300, // seconds to cache toots + 'cache_toots' => 1800, // seconds to cache toots 'cache_comments' => 300, // seconds to cache comments (per ID) - 'debug' => false // writes some debug messages in error_log + 'debug' => true // writes some debug messages in error_log ]; diff --git a/themes/hugo-mastodon-comments b/themes/hugo-mastodon-comments index 96db013..330925e 160000 --- a/themes/hugo-mastodon-comments +++ b/themes/hugo-mastodon-comments @@ -1 +1 @@ -Subproject commit 96db0131adbcdfe1cbf165e5115052259daa99c0 +Subproject commit 330925edceec77580ca8588466b525032691d47b diff --git a/themes/hugo-sustain/layouts/_default/single.html b/themes/hugo-sustain/layouts/_default/single.html index 80cda3e..5bf6f9e 100644 --- a/themes/hugo-sustain/layouts/_default/single.html +++ b/themes/hugo-sustain/layouts/_default/single.html @@ -75,10 +75,10 @@ {{ end }} {{ end }} + + {{ partial "comments" . }} -
- {{ partial "comments" . }} {{ partial "social" . }}