added first version of theme
This commit is contained in:
9
layouts/_default/single.html
Normal file
9
layouts/_default/single.html
Normal file
@@ -0,0 +1,9 @@
|
||||
{{ define "main" }}
|
||||
<article class="post">
|
||||
<h1><a href="{{ .Permalink }}">{{ .Title }}</a> {{ if .Draft }}(Draft){{ end }}</h1>
|
||||
|
||||
<div class="post-content">{{ .Content | safeHTML }}</div>
|
||||
|
||||
<p class="meta">Posted on <span class="postdate">{{ .Date.Format "02. January 2006" }}</span></p>
|
||||
</article>
|
||||
{{ end }}
|
Reference in New Issue
Block a user