diff options
Diffstat (limited to 'layouts/_default/single.html')
-rw-r--r-- | layouts/_default/single.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html index e69de29..37bc22c 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -0,0 +1,10 @@ +{{ partial "head" . }} +<main> + <article> + <h1>{{ .Title }}</h1> + <span class="single-date">{{ .Date.Format "January 2, 2006" }}</span> + +{{ .Content }} + </article> +</main> +{{ partial "footer" . }} |