summaryrefslogtreecommitdiff
path: root/posts
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 /posts
parentccdc7ce6519c5cdf5fe12a4d6b4827248740bfad (diff)
[feat] Add like button animation
Diffstat (limited to 'posts')
-rw-r--r--posts/index.njk2
1 files changed, 1 insertions, 1 deletions
diff --git a/posts/index.njk b/posts/index.njk
index 64ea7a6..1e3d11f 100644
--- a/posts/index.njk
+++ b/posts/index.njk
@@ -26,7 +26,7 @@
{%- if collections.all.length > 1 %}
<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>
<a id="prev" rel="prev" href="/archive/{{ previousPage }}/">Older</a>
<a id="first" rel="first" href="/archive/1/">First</a>
</nav>