Fix default.hbs indentation
This commit is contained in:
parent
40396bb835
commit
6fbeeb7303
35
default.hbs
35
default.hbs
@ -1,11 +1,11 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="{{@site.lang}}">
|
||||
<head>
|
||||
<head>
|
||||
|
||||
<meta charset="utf-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<meta charset="utf-8"/>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="stylesheet" type="text/css" href="{{asset "css/screen.css"}}" />
|
||||
<link rel="stylesheet" type="text/css" href="{{asset "css/screen.css"}}"/>
|
||||
|
||||
|
||||
{{!-- Scripts Begin --}}
|
||||
@ -38,29 +38,30 @@
|
||||
{{ghost_head}}
|
||||
{{!-- Outputs important meta data and settings, should always be in <head> --}}
|
||||
|
||||
</head>
|
||||
<body class="{{body_class}}" onload="openPolicyPopup()">
|
||||
</head>
|
||||
<body class="{{body_class}}" onload="openPolicyPopup()">
|
||||
|
||||
{{> "navbar-primary"}}
|
||||
{{> "navbar-primary"}}
|
||||
|
||||
{{> "policy-popup"}} {{!-- Todo: maybe we shouldn't include the whole HTML in every page (hidden)
|
||||
{{{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)
|
||||
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. --}}
|
||||
|
||||
{{{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>
|
||||
<p>Copyright © 2019-20 ― Lorenzo Dellacà</p>
|
||||
</div>
|
||||
<nav class="mind-site-footer_nav">
|
||||
<a href="/policy/">Privacy Policy</a>
|
||||
</nav>
|
||||
</footer>
|
||||
</footer>
|
||||
|
||||
{{!-- <foot> --}}
|
||||
{{ghost_foot}}
|
||||
{{!-- Outputs important scripts - should always be included before closing body tag --}}
|
||||
</body>
|
||||
{{!-- <foot> --}}
|
||||
{{ghost_foot}}
|
||||
{{!-- Outputs important scripts - should always be included before closing body tag --}}
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Reference in New Issue
Block a user