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 | b11447bcba41ea413ab2ed633d4c8606b321ff80 (patch) | |
tree | 8f4583fb025d13421e6705553e1a5968a08daa59 /users | |
parent | css: major cleanup (diff) | |
download | world-b11447bcba41ea413ab2ed633d4c8606b321ff80.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.
Diffstat (limited to '')
-rw-r--r-- | users/fcuny/notes/layouts/partials/header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/fcuny/notes/layouts/partials/header.html b/users/fcuny/notes/layouts/partials/header.html index e579329..dede0ae 100644 --- a/users/fcuny/notes/layouts/partials/header.html +++ b/users/fcuny/notes/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 }} |