Nikola auto commit.

Nikola version: 8.3.3
src
Patricio García 2025-08-20 22:35:45 +01:00
parent d510895ccd
commit 17d15d8a64
2 changed files with 15 additions and 8 deletions

Binary file not shown.

View File

@ -3,7 +3,9 @@
<%namespace name="mastodon" file="mastodon.tmpl" import="*" />
${set_locale(lang)}
${base.html_headstart()}
%if theme_config.get('mastodon_timeline_init'):
${mastodon.extra_head()}
%endif
<%block name="extra_head">
### Leave this block alone.
</%block>
@ -80,11 +82,14 @@ bg-dark
<!--End of body content-->
</div>
%if theme_config.get('mastodon_timeline_init'):
<div class="col-lg-5 col-xl-4">
<img src="/assets/img/mastodon.svg" width="35" height="35" alt="Mastodon" class="d-inline-block align-top">
<!--Mastodon content-->
${mastodon.timeline()}
<!--End of Mastodon content-->
</div>
%endif
<footer id="footer">
${content_footer}
@ -104,7 +109,9 @@ ${base.late_load_js()}
</script>
<!-- end fancy dates -->
%endif
%if theme_config.get('mastodon_timeline_init'):
${mastodon.extra_js()}
%endif
<%block name="extra_js"></%block>
<script>
baguetteBox.run('div#content', {