Commit Diff


commit - ad84ccbab0f62f362b79b6b30ae5517488575dc7
commit + 903655027038206adb5a12893f9802adbb4956ee
blob - 57f89a7feacba16b8ad3e80fa176a691a8b0c164
blob + 92007b4f97c2059052ad413bf0adb317e5756cb5
--- layouts/_default/single.html
+++ layouts/_default/single.html
@@ -1,6 +1,6 @@
 {{ define "main" }}
 	<article class="article">
-		<h1 class="titles">/{{ .Section }}/{{ .Title }}</h1>
+		<h1 class="titles">{{ .Title }}</h1>
 		<div class="post-meta">
 			{{ .Date.Format "15:04" }}, {{ .Date.Format "Monday" }} {{ .Date.Format "Jan 2nd 2006" }} <a href="{{ .Permalink }}">Link to this post</a>
 		</div>
@@ -9,9 +9,4 @@
 			{{ .Date.Format "15:04" }}, {{ .Date.Format "Monday" }} {{ .Date.Format "Jan 2nd 2006" }} <a href="{{ .Permalink }}">Link to this post</a>
 		</div>
 	</article>
-
-	<section>
-		<h4>{{ .Date.Format "Mon Jan 2, 2006" }}</h4>
-		<h5>{{ .WordCount }} Words</h5>
-	</section>
 {{ end }}