summaryrefslogtreecommitdiffstats
path: root/_layouts
diff options
context:
space:
mode:
Diffstat (limited to '_layouts')
-rw-r--r--_layouts/default.html2
-rw-r--r--_layouts/post.html6
2 files changed, 3 insertions, 5 deletions
diff --git a/_layouts/default.html b/_layouts/default.html
index 0a98b7f..c18da03 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -7,5 +7,7 @@
<main class="container" id="main">{{ content }}</main>
+ {% include foot.html %}
+
</body>
</html>
diff --git a/_layouts/post.html b/_layouts/post.html
index 116bab4..b145364 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -12,14 +12,10 @@
<main>
<div class="container">
<h2 class="brand center" id="title">{{ page.title | upcase }}</h2>
-
<h6 class="center">{{ page.date | date_to_long_string | upcase }}</h5>
-
<br>
-
<div class="threecol justify">{{ content }}</div>
-
- <p class="right italics">by {{ page.author }}</p>
+ <p class="post-author right italics">by {{ page.author }}</p>
</div>
</main>