identation and remove unused attr

This commit is contained in:
Mahendrata Harpi
2020-05-23 03:37:38 +07:00
parent 1291c08cc4
commit 212b73fa80
2 changed files with 5 additions and 4 deletions

View File

@@ -9,7 +9,7 @@ layout: compress
<body>
{% include navbar.html %}
<div class="wrapper" id="wrapper">
<div class="wrapper">
<header class="header">
<h1 class="header-title center" itemprop="headline">{{ page.title | escape }}.</h1>
</header>

View File

@@ -53,21 +53,22 @@ layout: compress
{% endif %}
</div>
</article>
{% if page.comments %}
{% include comments.html%}
{% endif %}
</main>
{% if page.modified %}
<small class="post-updated-at">updated_at {{page.modified | date: "%d-%m-%Y"}}</small>
{% endif %}
{% if page.next or page.previous %}
{% include navigation.html %}
{% endif %}
{% include footer.html %}
</div>
{% include footer.html %}
</body>
</html>