aboutsummaryrefslogtreecommitdiff
path: root/users/fcuny/notes
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-01-21 11:18:27 -0800
committerFranck Cuny <franck@fcuny.net>2022-01-21 11:18:27 -0800
commitb11447bcba41ea413ab2ed633d4c8606b321ff80 (patch)
tree8f4583fb025d13421e6705553e1a5968a08daa59 /users/fcuny/notes
parentcss: major cleanup (diff)
downloadinfra-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 'users/fcuny/notes')
-rw-r--r--users/fcuny/notes/layouts/partials/header.html2
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 }}