diff options
Diffstat (limited to 'assets/post.html')
-rw-r--r-- | assets/post.html | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/assets/post.html b/assets/post.html deleted file mode 100644 index bb94b36..0000000 --- a/assets/post.html +++ /dev/null @@ -1,12 +0,0 @@ - -<div class="post"> -<hr class="hdiv"> -<div class="head"> -<h2><span class="title"><a href="/posts/%s">%s</a></span></h2> -<span class="date">%s</span> -</div> -<div class="body"> -%s -</div> -<hr class="hdiv"> -</div> |