diff options
Diffstat (limited to 'templates/post_short.html')
-rw-r--r-- | templates/post_short.html | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/templates/post_short.html b/templates/post_short.html deleted file mode 100644 index 3cdfe59..0000000 --- a/templates/post_short.html +++ /dev/null @@ -1,13 +0,0 @@ -<div class="post type-post status-publish format-standard hentry"> - <div class="only_date"> - $date$ - </div> - <h2><a 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> |