diff options
author | Alexandre Jesus <adbjesus@gmail.com> | 2025-02-24 22:06:35 +0000 |
---|---|---|
committer | Alexandre Jesus <adbjesus@gmail.com> | 2025-02-24 22:08:38 +0000 |
commit | 387842a0a5ac950501cff5be60272ddc55780785 (patch) | |
tree | 52fb17768af2ebc482476a97ed7e6c18e7353f8c /content | |
parent | aa6b58ca05316e259f5b5086b3d67520ee08a4c2 (diff) | |
download | adbjesus.com-387842a0a5ac950501cff5be60272ddc55780785.tar.gz adbjesus.com-387842a0a5ac950501cff5be60272ddc55780785.zip |
Update flake and use latest zola version
Diffstat (limited to 'content')
-rw-r--r-- | content/blog/_index.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/content/blog/_index.md b/content/blog/_index.md index e6aaf2f..97a5c90 100644 --- a/content/blog/_index.md +++ b/content/blog/_index.md @@ -1,6 +1,6 @@ +++ title = "Blog" -sorted_by = "date" +sort_by = "date" template = "blog.html" -generate_feed = true +generate_feeds = true +++ |