diff options
author | Alexis Hovorka <[email protected]> | 2022-10-25 11:00:06 -0600 |
---|---|---|
committer | Alexis Hovorka <[email protected]> | 2022-10-25 11:00:06 -0600 |
commit | ccdc7ce6519c5cdf5fe12a4d6b4827248740bfad (patch) | |
tree | e76a472c1a65a526c153cfe345f5572187eac8c7 /posts/20221024-static-site-generators.md | |
parent | 85d82f4dfce3f2b791cffb6e3bcf70e0d0c6df25 (diff) |
[fix] Make link go directly to code
Diffstat (limited to 'posts/20221024-static-site-generators.md')
-rw-r--r-- | posts/20221024-static-site-generators.md | 4 |
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 |