summaryrefslogtreecommitdiff
path: root/template/log_hump.st
diff options
context:
space:
mode:
Diffstat (limited to 'template/log_hump.st')
-rwxr-xr-xtemplate/log_hump.st11
1 files changed, 11 insertions, 0 deletions
diff --git a/template/log_hump.st b/template/log_hump.st
new file mode 100755
index 0000000..5eae34c
--- /dev/null
+++ b/template/log_hump.st
@@ -0,0 +1,11 @@
+$if(hump.ztags)$
+ <div class="logged-hump hump" id="message-$hump.message_id$" nick="$hump.nick$" tags="$hump.tags: { tag | $tag.nick$:$tag.tag$ }$">
+$else$
+ <div class="logged-hump hump $if(hump.favorited)$favorite$endif$" id="message-$hump.message_id$" nick="$hump.nick$">
+$endif$
+
+$hump.created_on$ -- by <a href="/$hump.nick$"><b>$hump.nick$</b></a>
+<div class="content" data-category="posts">$hump.content$</div>
+<hr />
+$share_buttons()$
+</div>