diff options
author | mattkae <mattkae@protonmail.com> | 2022-11-13 20:39:00 -0500 |
---|---|---|
committer | mattkae <mattkae@protonmail.com> | 2022-11-13 20:39:00 -0500 |
commit | a07e3ba9f28882bc1e22723a5afe0b500e5663f2 (patch) | |
tree | c9cd48f099548a24810a8a9ef3a6a2cf03f8a891 /posts.html | |
parent | 3ca36d468d1d1fb2aab4f0ed889cd46849d6c272 (diff) |
Fix for bad path
Diffstat (limited to 'posts.html')
-rw-r--r-- | posts.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -36,7 +36,7 @@ <h2>Posts</h2> <ul id='post_list'> - <li><a href="/posts//hello_world.html">Hello, World!</a></li> + <li><a href="/posts/hello_world.html">Hello, World!</a></li> </ul> </section> |