diff options
author | Paul Duncan <pabs@pablotron.org> | 2016-07-27 21:59:34 -0400 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2016-07-27 21:59:34 -0400 |
commit | 955d28062d6926b5ba30b4e306715e3b0454bd1b (patch) | |
tree | 12420ea4c7332fbbb48e086c46efd95ba193c8a6 /data/themes/default/templates/blog-list-item.html | |
parent | e3805c06a5ac24faaf791a2502c7dcdde843cc2a (diff) | |
download | guff-955d28062d6926b5ba30b4e306715e3b0454bd1b.tar.bz2 guff-955d28062d6926b5ba30b4e306715e3b0454bd1b.zip |
use theme templates for blog-list-item
Diffstat (limited to 'data/themes/default/templates/blog-list-item.html')
-rw-r--r-- | data/themes/default/templates/blog-list-item.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/data/themes/default/templates/blog-list-item.html b/data/themes/default/templates/blog-list-item.html new file mode 100644 index 0000000..f2c6c9f --- /dev/null +++ b/data/themes/default/templates/blog-list-item.html @@ -0,0 +1,8 @@ +<div class='guff-blog-list-item'> + <b>%{name|h}</b><br/> + <b> + by <span class='user'>%{user_name|h}</span> + on <span class='date'>%{posted_at_text|h}</span> + </b><br/><br/> + %{body} +</div> |