diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2012-06-01 15:28:45 +0200 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2012-06-01 15:28:45 +0200 |
commit | 88d237aebd9fc29f28c2f3511f7eb3e30a0a1ff8 (patch) | |
tree | c4fcf79f42c8348429cd1a5b9a89b062d59d0ae0 /templates/post_short.html | |
download | blog.universe-factory.net-88d237aebd9fc29f28c2f3511f7eb3e30a0a1ff8.tar blog.universe-factory.net-88d237aebd9fc29f28c2f3511f7eb3e30a0a1ff8.zip |
Initial commit
Diffstat (limited to 'templates/post_short.html')
-rw-r--r-- | templates/post_short.html | 13 |
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> |