diff --git a/.doit.db.db b/.doit.db.db index 39b8106..9202335 100644 Binary files a/.doit.db.db and b/.doit.db.db differ diff --git a/templates/base.tmpl b/templates/base.tmpl index 5eabc59..dfa8211 100644 --- a/templates/base.tmpl +++ b/templates/base.tmpl @@ -3,7 +3,9 @@ <%namespace name="mastodon" file="mastodon.tmpl" import="*" /> ${set_locale(lang)} ${base.html_headstart()} -${mastodon.extra_head()} +%if theme_config.get('mastodon_timeline_init'): + ${mastodon.extra_head()} +%endif <%block name="extra_head"> ### Leave this block alone. @@ -79,12 +81,15 @@ bg-dark <%block name="content"> - -
- - ${mastodon.timeline()} - -
+ + %if theme_config.get('mastodon_timeline_init'): +
+ Mastodon + + ${mastodon.timeline()} + +
+ %endif