diff options
Diffstat (limited to 'layouts/partials/external_link.html')
-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 }} |