diff options
Diffstat (limited to 'md/POST_TEMPLATE.tmpl.html')
-rw-r--r-- | md/POST_TEMPLATE.tmpl.html | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/md/POST_TEMPLATE.tmpl.html b/md/POST_TEMPLATE.tmpl.html index 405f327..cca9a30 100644 --- a/md/POST_TEMPLATE.tmpl.html +++ b/md/POST_TEMPLATE.tmpl.html @@ -5,9 +5,11 @@ {{define "main"}} <h1>$page$</h1> -<article class="postContent"> - <h2>{{.Post.Title}}</h2> - $body$ - <p>Uploaded: <time datetime="$date$">$date$</time></p> -</article> +<div class="postBackground"> + <article class="$type$Content"> + <h2>{{.Post.Title}}</h2> + $body$ + <p>Uploaded: <time datetime="$date$">$date$</time></p> + </article> +</div> {{end}} |