summaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
authorxAlpharax <42233094+xAlpharax@users.noreply.github.com>2024-02-25 23:04:38 +0200
committerxAlpharax <42233094+xAlpharax@users.noreply.github.com>2024-02-25 23:04:38 +0200
commit2c1b00f3094321ba9fd3121e723823b96dfbc528 (patch)
tree6677b84d121e9f1e8935d5fd488aa73454f3f62b /content
parentd3192bed44cabf7f8e402b30853ff22761be1ec5 (diff)
Massive changes - improvements in performance, accesability and SEO as well as best practices
Changes to be committed: deleted: static/js/copy.js modified: static/js/main.js modified: config.toml modified: content/posts/code_test.md modified: templates/404.html modified: templates/index.html modified: templates/macros.html modified: templates/page.html modified: templates/section.html modified: templates/tags/single.html
Diffstat (limited to 'content')
-rw-r--r--content/posts/code_test.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/content/posts/code_test.md b/content/posts/code_test.md
index 761c536..07744f7 100644
--- a/content/posts/code_test.md
+++ b/content/posts/code_test.md
@@ -9,6 +9,14 @@ tags = ["test", "code"]
[extra]
disable_comments = true
toc = false
+
+[extra.earlier]
+title = "Typography"
+permalink = "https://alphara.art/posts/typography"
+
+[extra.later]
+title = "Henlo Internet!"
+permalink = "https://alphara.art/posts/how-i-made-this-blog-with-zola/"
+++
```rust