summaryrefslogtreecommitdiff
path: root/layouts/_default/single.html
diff options
context:
space:
mode:
authorHorus32016-10-21 22:29:31 +0200
committerHorus32016-10-21 22:29:31 +0200
commitee206aff49565a04e3753cf07dcf1787b0dc5850 (patch)
treecc214e72ddfd4d56b6313eb8c07f6a12a851ee20 /layouts/_default/single.html
parentb5777504850c99c0aa74e15516598de2da41e40d (diff)
downloadiamfabulous.de-ee206aff49565a04e3753cf07dcf1787b0dc5850.tar.gz
Add Gulp + Journal + sane CSS + complete Rewrite + Piwik etc etc etc.
Diffstat (limited to 'layouts/_default/single.html')
-rw-r--r--layouts/_default/single.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
new file mode 100644
index 0000000..0f61d2a
--- /dev/null
+++ b/layouts/_default/single.html
@@ -0,0 +1,19 @@
+{{partial "header.tmpl" .}}
+<div class="row">
+ <header><p>{{.Title}}</p></header>
+</div>
+<div class="container journal">
+ <div class="row">
+ <div class="twelve columns article">
+ <div class="meta">{{ .Date.Format "Mon, Jan 2, 2006" }}</div>
+ {{.RawContent | plainify | htmlUnescape}}
+ </div>
+ </div>
+</div>
+<div class="row center">
+ <p class="twelve columns" style="margin-top: 20px">
+ <a class="button" href="../" title="back to index">back to journal</a>
+ </p>
+</div>
+{{partial "footer.tmpl"}}
+