diff options
author | Nicholas Johnson <nick@nicksphere.ch> | 2022-09-07 00:00:00 +0000 |
---|---|---|
committer | Nicholas Johnson <nick@nicksphere.ch> | 2022-09-07 00:00:00 +0000 |
commit | 5fc217637e458b9571c8e022c841c81c4fe9f5170c8b948a31f5bc0c7d584935 (patch) | |
tree | c49f6602d8fcfadb1f7fbfe9e1b9d0118128c3d128621b86cf178707a5e270ec /content/entry/site-update-006.md | |
parent | 1e978fcf08ae667e0decbe41e1e47f958dbcad6aa354bb6e056b597b4491efa0 (diff) | |
download | journal-5fc217637e458b9571c8e022c841c81c4fe9f5170c8b948a31f5bc0c7d584935.tar.gz journal-5fc217637e458b9571c8e022c841c81c4fe9f5170c8b948a31f5bc0c7d584935.zip |
Remove excess path traversal in URLs
The path traversal in the URLs make it possible to navigate the
journal through static files, but it's not worth the trouble.
Hosting a local web server is easy enough.
Diffstat (limited to 'content/entry/site-update-006.md')
-rw-r--r-- | content/entry/site-update-006.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/entry/site-update-006.md b/content/entry/site-update-006.md index a195fd1..44c4d8f 100644 --- a/content/entry/site-update-006.md +++ b/content/entry/site-update-006.md @@ -6,6 +6,6 @@ draft: false # What's New I changed the website theme. It's darker now and much easier on the eyes. I didn't particularly like the last theme ever since I started using it. I only picked it because it was easy to manage with how minimal it was. I added a favicon to identify my site: -[favicon [IMG]](../../../../resource/favicon.ico) +[favicon [IMG]](/resource/favicon.ico) It's nothing to brag about. I just thought I ought to have something there. The markdown is improved, especially the blockquotes. It didn't seem like they were rendering on the previous theme, but now they do. Each post now has a word count and estimated reading time in the metadata section. Posts are paginated so they're not all on one page like before. I'm allergic to client-side JS, so this site has none. I modified the theme to use CSS rather than JS for the interactive features. I'm happy with the way it turned out and I consider it a significant improvement. The new theme is everything I originally wanted for my blog, so it's here to stay. |