diff options
author | Franck Cuny <franck@fcuny.net> | 2022-01-21 11:18:27 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-01-21 11:18:27 -0800 |
commit | 5cc7dc7c4fe2845da6f938cab7a082666a0cd875 (patch) | |
tree | 4b01f89bccb2632f890275be4139a3334ba1bdee | |
parent | css: major cleanup (diff) | |
download | fcuny.net-5cc7dc7c4fe2845da6f938cab7a082666a0cd875.tar.gz |
nav: use 'fcuny.net' instead of template variable
Otherwise it's the name of the site, which is not what I'm looking for here.
-rw-r--r-- | layouts/partials/header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html index e579329..dede0ae 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -1,7 +1,7 @@ <header> <nav class="navbar"> <a href="{{ .Site.BaseURL }}"> - {{ .Site.BaseURL | string }} + fcuny.net </a> <ul class="nav-links"> {{ range .Site.Menus.main }} |