category menu

This commit is contained in:
Joseph Hutchinson
2018-04-27 16:13:14 -04:00
parent dbb82f6904
commit a37f605d31
8 changed files with 116 additions and 30 deletions

View File

@@ -6,7 +6,7 @@
<main class="content side-padding">
<article class="post">
<header class="post-header">
<h1 class="post-title">{{ .Title }}</h1>
<h1 class="post-title">{{ .Title }}</h1>
<p class="post-date">Posted <time datetime="{{ .PublishDate.Format "2006-01-02 12:00" }}">{{ .PublishDate.Format "Jan 2, 2006" }}</time></p>
</header>
{{ if isset .Params "featuredimage" }}