diff options
| author | Paul Duncan <pabs@pablotron.org> | 2016-07-28 09:08:37 -0400 |
|---|---|---|
| committer | Paul Duncan <pabs@pablotron.org> | 2016-07-28 09:08:37 -0400 |
| commit | 000ab373552f5cda51dd501525ba4e579f9243d0 (patch) | |
| tree | a4f6c1eeb42440202a8aa6df964aab6f7ab5bcc3 /data/themes/blank/templates/blog-list-item.html | |
| parent | 4c86c22ff083cd7e50eb6b6cdeba088eaa23b34c (diff) | |
| download | guff-000ab373552f5cda51dd501525ba4e579f9243d0.tar.xz guff-000ab373552f5cda51dd501525ba4e579f9243d0.zip | |
reorganize post views
Diffstat (limited to 'data/themes/blank/templates/blog-list-item.html')
| -rw-r--r-- | data/themes/blank/templates/blog-list-item.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/data/themes/blank/templates/blog-list-item.html b/data/themes/blank/templates/blog-list-item.html new file mode 100644 index 0000000..f2c6c9f --- /dev/null +++ b/data/themes/blank/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> |
