From 53df85690d0a8df316d2129353aa9d83159e8bb2 Mon Sep 17 00:00:00 2001
From: Bud Parr <budparr@gmail.com>
Date: Fri, 14 Apr 2017 16:37:12 +0000
Subject: [PATCH] wip clean up and annotations

---
 layouts/article/single.html |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/layouts/article/single.html b/layouts/article/single.html
index b86ed9d..7ce257a 100644
--- a/layouts/article/single.html
+++ b/layouts/article/single.html
@@ -1,10 +1,11 @@
 {{ define "header" }}{{ partial "page-header.html" . }}{{ end }}
 {{ define "main" }}
+<div class="flex mt5 mw8 center">
   <article class="center cf pv5 mw7">
     <p class="f6 fw8">
       {{ humanize .Section | upper  }}
     </p>
-    <h1 class="f1">
+    <h1 class="f1 athelas">
       {{ .Title }}
     </h1>
       {{/* TODO: Add Hugo author  */}}
@@ -16,4 +17,8 @@
     </section>
     {{ partial "tags.html" . }}
   </article>
+  <div class="ph4 mt6">
+    {{ partial "menu-contextual.html" . }}
+  </div>
+  </div>
 {{ end }}

--
Gitblit v1.10.0