Fix default.hbs indentation
This commit is contained in:
parent
40396bb835
commit
6fbeeb7303
@ -43,13 +43,14 @@
|
|||||||
|
|
||||||
{{> "navbar-primary"}}
|
{{> "navbar-primary"}}
|
||||||
|
|
||||||
|
{{{body}}}
|
||||||
|
{{!-- All content gets inserted here, index.hbs, post.hbs, etc --}}
|
||||||
|
|
||||||
|
|
||||||
{{> "policy-popup"}} {{!-- Todo: maybe we shouldn't include the whole HTML in every page (hidden)
|
{{> "policy-popup"}} {{!-- Todo: maybe we shouldn't include the whole HTML in every page (hidden)
|
||||||
and then show it via JS, but instead only inject it when needed via JS. This is because search
|
and then show it via JS, but instead only inject it when needed via JS. This is because search
|
||||||
engines might scan the policy popup too. --}}
|
engines might scan the policy popup too. --}}
|
||||||
|
|
||||||
{{{body}}}
|
|
||||||
{{!-- All content gets inserted here, index.hbs, post.hbs, etc --}}
|
|
||||||
|
|
||||||
<footer class="mind-site-footer_main unselectable">
|
<footer class="mind-site-footer_main unselectable">
|
||||||
<div>
|
<div>
|
||||||
<p>Copyright © 2019-20 ― Lorenzo Dellacà</p>
|
<p>Copyright © 2019-20 ― Lorenzo Dellacà</p>
|
||||||
|
Loading…
Reference in New Issue
Block a user