diff options
| author | Fuwn <[email protected]> | 2021-07-15 22:24:13 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-07-15 22:24:13 +0000 |
| commit | 1e24227e0bbcc5c79db0a55d3daec5c3b9a5bec1 (patch) | |
| tree | 1cd38a22c61384e895130922456a2f5523309a42 /content | |
| parent | fix(blog): 8) (diff) | |
| download | space-1e24227e0bbcc5c79db0a55d3daec5c3b9a5bec1.tar.xz space-1e24227e0bbcc5c79db0a55d3daec5c3b9a5bec1.zip | |
fix(templates): add blog quick link
Diffstat (limited to 'content')
| -rw-r--r-- | content/templates/default.gmi | 1 | ||||
| -rw-r--r-- | content/templates/error.gmi | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/content/templates/default.gmi b/content/templates/default.gmi index 197e140..7784695 100644 --- a/content/templates/default.gmi +++ b/content/templates/default.gmi @@ -18,6 +18,7 @@ ______ => /interests Interests => /contact Contact => /gemini Gemini +=> /blog Blog ## FOOTER diff --git a/content/templates/error.gmi b/content/templates/error.gmi index 7d29ce6..d7f37ed 100644 --- a/content/templates/error.gmi +++ b/content/templates/error.gmi @@ -24,6 +24,7 @@ You can try refreshing the page, if that doesn't change anything, contact Fuwn! => /interests Interests => /contact Contact => /gemini Gemini +=> /blog Blog ## FOOTER |