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="*" />
|
<%namespace name="mastodon" file="mastodon.tmpl" import="*" />
|
||||||
${set_locale(lang)}
|
${set_locale(lang)}
|
||||||
${base.html_headstart()}
|
${base.html_headstart()}
|
||||||
${mastodon.extra_head()}
|
%if theme_config.get('mastodon_timeline_init'):
|
||||||
|
${mastodon.extra_head()}
|
||||||
|
%endif
|
||||||
<%block name="extra_head">
|
<%block name="extra_head">
|
||||||
### Leave this block alone.
|
### Leave this block alone.
|
||||||
</%block>
|
</%block>
|
||||||
|
@ -80,11 +82,14 @@ bg-dark
|
||||||
<!--End of body content-->
|
<!--End of body content-->
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
%if theme_config.get('mastodon_timeline_init'):
|
||||||
<div class="col-lg-5 col-xl-4">
|
<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 content-->
|
||||||
${mastodon.timeline()}
|
${mastodon.timeline()}
|
||||||
<!--End of Mastodon content-->
|
<!--End of Mastodon content-->
|
||||||
</div>
|
</div>
|
||||||
|
%endif
|
||||||
|
|
||||||
<footer id="footer">
|
<footer id="footer">
|
||||||
${content_footer}
|
${content_footer}
|
||||||
|
@ -104,7 +109,9 @@ ${base.late_load_js()}
|
||||||
</script>
|
</script>
|
||||||
<!-- end fancy dates -->
|
<!-- end fancy dates -->
|
||||||
%endif
|
%endif
|
||||||
|
%if theme_config.get('mastodon_timeline_init'):
|
||||||
${mastodon.extra_js()}
|
${mastodon.extra_js()}
|
||||||
|
%endif
|
||||||
<%block name="extra_js"></%block>
|
<%block name="extra_js"></%block>
|
||||||
<script>
|
<script>
|
||||||
baguetteBox.run('div#content', {
|
baguetteBox.run('div#content', {
|
||||||
|
|
Loading…
Reference in New Issue