aboutsummaryrefslogtreecommitdiff
path: root/src/templates/feed.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/templates/feed.html')
-rw-r--r--src/templates/feed.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/templates/feed.html b/src/templates/feed.html
index d7494a2..ae3494c 100644
--- a/src/templates/feed.html
+++ b/src/templates/feed.html
@@ -21,7 +21,10 @@
<a class="tag" href="/tags/{{this}}">{{this}}</a>
{{/each}}
</span>
+ <a class="cool btn btn-secondary" href="/post/like/{{this.type}}/{{this.id}}">
+ &#128077; ({{this.likes}})
+ </a>
</p>
</div>
{{/each}}
-</div> \ No newline at end of file
+</div>