💄 Updating the UI and style files.

This commit is contained in:
piharpi
2019-09-03 14:45:05 +07:00
parent e765cdf81a
commit 694811ab63
58 changed files with 1636 additions and 1613 deletions

View File

@@ -1,6 +1,5 @@
---
layout: compress
file: page.url
---
<!DOCTYPE html>
@@ -9,20 +8,16 @@ file: page.url
{% include head.html %}
<body>
{% include navbar.html %}
<div class="wrapper">
{% include cover.html %}
<main aria-label="Content">
<div class="content">
{% include {{ page.url | remove: "/" }}.html %}
</div>
<header class="header">
<h1 class="header-title" itemprop="headline">{{ page.title | escape }}.</h1>
</header>
<main class="page-content" aria-label="Content">
{{ content }}
</main>
{% include footer.html %}
</div>
</body>
</html>