summaryrefslogtreecommitdiffstats
path: root/templates/post_short.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/post_short.html')
-rw-r--r--templates/post_short.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/templates/post_short.html b/templates/post_short.html
new file mode 100644
index 0000000..06242ca
--- /dev/null
+++ b/templates/post_short.html
@@ -0,0 +1,13 @@
+<div class="post type-post status-publish format-standard hentry">
+ <div class="only_date">
+ $date$
+ </div>
+ <h2><a title="$title$" href="$url$" rel="bookmark">$title$</a></h2>
+ <p>$body$</p>
+
+ <div class="cat_tags clear cat_tags_continue">
+ <span class="category">Tagged as: $prettytags$</span>
+ <span class="continue"><a title="$title$" href="$url$">Continue reading</a></span><div class="clear"></div>
+ </div>
+ <div class="cat_tags_close cat_tags_continue_close"></div>
+</div>