diff options
author | mattkae <mattkae@protonmail.com> | 2022-11-13 20:07:38 -0500 |
---|---|---|
committer | mattkae <mattkae@protonmail.com> | 2022-11-13 20:07:38 -0500 |
commit | 3ca36d468d1d1fb2aab4f0ed889cd46849d6c272 (patch) | |
tree | cbd054c6ae2ea311da12f2dd0ec809611d5b456b /posts.html | |
parent | f75dfb5d736b644ad2649452c3056ba71be856b8 (diff) |
Per tag filter page
Diffstat (limited to 'posts.html')
-rw-r--r-- | posts.html | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -24,12 +24,13 @@ <section> <h2>Tags</h2> + <div id='tag_list'> - <button id="personal">Personal 👨</button> + <a href="/posts/tag_personal.html"><button id="personal">Personal 👨</button></a> </div> - </section + </section <section> <h2>Posts</h2> |