summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Hovorka <[email protected]>2022-10-25 11:00:06 -0600
committerAlexis Hovorka <[email protected]>2022-10-25 11:00:06 -0600
commitccdc7ce6519c5cdf5fe12a4d6b4827248740bfad (patch)
treee76a472c1a65a526c153cfe345f5572187eac8c7
parent85d82f4dfce3f2b791cffb6e3bcf70e0d0c6df25 (diff)
[fix] Make link go directly to code
-rw-r--r--posts/20221024-static-site-generators.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/posts/20221024-static-site-generators.md b/posts/20221024-static-site-generators.md
index a8a3740..4e7c5e3 100644
--- a/posts/20221024-static-site-generators.md
+++ b/posts/20221024-static-site-generators.md
@@ -44,8 +44,8 @@ whatever.
## My Setup
The best description of my setup would be [the actual
-code](https://git.alexishovorka.com/blog.git/) since it's bound to evolve at
-least somewhat from anything I could write here. I'll go over some of the
+code](https://git.alexishovorka.com/blog.git/tree/) since it's bound to evolve
+at least somewhat from anything I could write here. I'll go over some of the
trickier bits here though.
The cleanest way I found to set a default page template in Eleventy.js was to