summaryrefslogtreecommitdiffhomepage
path: root/src/index.gsp
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2023-11-14 10:03:19 +0100
committerThomas Voss <mail@thomasvoss.com> 2023-11-14 10:08:19 +0100
commit234a47f69f0957bf3e3d268749b01e112d53bb6c (patch)
treeb6da59bc4d1bc9e93c0b0631042949bfd7ac02bc /src/index.gsp
parent09e860d5a1e30901327aadb6bdfa0ee6afb00277 (diff)
Move /srp to /blog
Diffstat (limited to 'src/index.gsp')
-rw-r--r--src/index.gsp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/index.gsp b/src/index.gsp
index 78d6239..b9fa5a4 100644
--- a/src/index.gsp
+++ b/src/index.gsp
@@ -41,10 +41,10 @@ html lang="en" {
}
ul {
- li {a href="prj" {-My Projects}}
- li {a href="srp" {-Software-Related Posts}}
- li {a href="www" {-Other Websites}}
- li {a href="ame" {-About Me}}
+ li {a href="prj" {-Documentation}}
+ li {a href="blog" {-Blog Posts}}
+ li {a href="www" {-Other Websites}}
+ li {a href="ame" {-About Me}}
}
hr{}