diff _layouts/page.html @ 241:598d7f098082

Overhaul website, less JavaScript, more FontAwesome.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Thu, 18 Mar 2021 15:59:24 +0900
parents 7abe02bf29ec
children
line wrap: on
line diff
--- a/_layouts/page.html	Thu Mar 18 10:43:14 2021 +0900
+++ b/_layouts/page.html	Thu Mar 18 15:59:24 2021 +0900
@@ -1,15 +1,7 @@
 ---
 layout: default
 ---
-
-<article class="post">
-
-  <header class="post-header">
-    <h1 class="post-title">{{ page.title }}</h1>
-  </header>
-
-  <div class="post-content">
-    {{ content }}
-  </div>
-
-</article>
+<div>
+  <h1>{{ page.icon }} {{ page.title }}</h1>
+  {{ content }}
+</div>