From 3be33d0311bc291fb394d4a8de313de35974f47d Mon Sep 17 00:00:00 2001 From: xAlpharax <42233094+xAlpharax@users.noreply.github.com> Date: Tue, 30 Jan 2024 17:25:59 +0200 Subject: Infrastructure coming together. Changes to be committed: modified: README.md modified: config.toml modified: content/about.md new file: content/posts/How I made this Blog with Zola.md modified: content/posts/_index.md modified: content/posts/code_test.md deleted: content/posts/good_first_post.md deleted: content/posts/later_posts.md modified: content/posts/typography.md modified: rsync_to_testing new file: static/diffusion.pdf new file: static/nst.pdf modified: templates/index.html modified: templates/page.html --- content/posts/_index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'content/posts/_index.md') diff --git a/content/posts/_index.md b/content/posts/_index.md index 9485866..b33cac7 100644 --- a/content/posts/_index.md +++ b/content/posts/_index.md @@ -1,4 +1,4 @@ +++ -title= "Posts" -sort_by="date" +title = "Posts" +sort_by = "date" +++ -- cgit v1.2.3