parent
d510895ccd
commit
17d15d8a64
BIN
.doit.db.db
BIN
.doit.db.db
Binary file not shown.
|
@ -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.
|
||||
</%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', {
|
||||
|
|
Loading…
Reference in New Issue