summaryrefslogtreecommitdiff
path: root/templates/posts.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/posts.html')
-rw-r--r--templates/posts.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/templates/posts.html b/templates/posts.html
new file mode 100644
index 0000000..b35e0e7
--- /dev/null
+++ b/templates/posts.html
@@ -0,0 +1,10 @@
+<h1>Blog</h1>
+<ol class="blog-index">
+ $for(posts)$
+ <li>
+ <a href="$url$">$title$</a>
+ <time datetime="$formalDate$">$date$</time>
+ <p>$description$</p>
+ </li>
+ $endfor$
+</ol>
Generated by cgit. See skreutz.com for my tech blog and contact information.