diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2012-06-01 22:44:27 +0200 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2012-06-01 22:44:27 +0200 |
commit | d9aa4be1f38c44390997b49bcd02dec966655cdf (patch) | |
tree | 62ce16535ceede28537ea6d2be05eba4e34afaa6 /templates/post_short.html | |
parent | e99ba18f7d9936c51ab3f1aaba1f37f3efbd52d5 (diff) | |
download | blog.universe-factory.net-d9aa4be1f38c44390997b49bcd02dec966655cdf.tar blog.universe-factory.net-d9aa4be1f38c44390997b49bcd02dec966655cdf.zip |
Various fixes
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> |