diff options
author | mms <michal@sapka.me> | 2024-10-05 09:29:32 +0200 |
---|---|---|
committer | mms <michal@sapka.me> | 2024-10-05 09:29:32 +0200 |
commit | 4b42bc22ff8dc4eb3a13fab32441f091f431fb99 (patch) | |
tree | cc65465c453baff1ce92777d99fd794cb47f61ac /layouts | |
parent | 499b52f7509e337d310065774b8f71591bd6b3b6 (diff) |
voy
Diffstat (limited to 'layouts')
-rw-r--r-- | layouts/partials/external_link.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/external_link.html b/layouts/partials/external_link.html index 5b3277f..3eee5d1 100644 --- a/layouts/partials/external_link.html +++ b/layouts/partials/external_link.html @@ -7,7 +7,7 @@ {{ else if eq .Section "unix-history" }} {{ $section = "Unix History" }} {{ else if eq .Section "star-trek" }} - {{ $section = "Star Trek" }} + {{ $section = "Notes on Star Trek" }} {{ else if eq .Section "bsd" }} {{ $section = "Guide to BSD" }} {{ end }} |