summaryrefslogtreecommitdiff
path: root/template/log_hump.st
blob: 5eae34c354ffc82be6578d5d9037a9304a3346e7 (plain)
1
2
3
4
5
6
7
8
9
10
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>