fix: overhaul comments system
All checks were successful
Website build and deploy / build (push) Successful in 1m5s
All checks were successful
Website build and deploy / build (push) Successful in 1m5s
This commit is contained in:
@@ -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
|
||||
];
|
||||
|
||||
Submodule themes/hugo-mastodon-comments updated: 96db0131ad...330925edce
@@ -75,10 +75,10 @@
|
||||
{{ end }}
|
||||
</div>
|
||||
{{ end }}
|
||||
</div>
|
||||
</div>
|
||||
<hr>
|
||||
<!-- comments -->
|
||||
{{ partial "comments" . }}
|
||||
</div>
|
||||
</div>
|
||||
{{ partial "social" . }}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user