summaryrefslogtreecommitdiff
path: root/layouts
diff options
context:
space:
mode:
authorAlexis Hovorka <[email protected]>2022-10-25 11:34:38 -0600
committerAlexis Hovorka <[email protected]>2022-10-25 11:34:38 -0600
commitcff44b0c17c0bf32e893e99eb27d33d2998e3668 (patch)
tree7ddacfe5e72b1f0179339cf5e1b1fee00c24498f /layouts
parentccdc7ce6519c5cdf5fe12a4d6b4827248740bfad (diff)
[feat] Add like button animation
Diffstat (limited to 'layouts')
-rw-r--r--layouts/post.njk2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/post.njk b/layouts/post.njk
index 53deceb..0e8ba22 100644
--- a/layouts/post.njk
+++ b/layouts/post.njk
@@ -19,7 +19,7 @@ layout: page.njk
</p>
{% endif %}
<nav>
- <a id="like-post" href="TODO" title="Like Post" aria-label="Like Post"><span></span></a>
+ <a id="like-post" title="Like Post" aria-label="Like Post"><span></span></a>
{%- set prevPost = collections.all | getPreviousCollectionItem(page) %}
{%- set nextPost = collections.all | getNextCollectionItem(page) %}
{%- if nextPost %}<a id="next" rel="next" href="{{ nextPost.url }}">Next</a>{% else %}<div id="end" title="End of latest post"></div>{% endif %}