aboutsummaryrefslogtreecommitdiffstats
path: root/themes
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2023-04-09 19:29:50 +0100
committerYann Herklotz <git@yannherklotz.com>2023-04-09 19:29:50 +0100
commit38fde93cf8941e88be4ac4995a7feb94afc68607 (patch)
tree6f6929985fdd876b267c5a31eb4de9333c9c8b4d /themes
parentb47436c5389c385502f84d1dd805e2bd016e340f (diff)
downloadyannherklotz.com-38fde93cf8941e88be4ac4995a7feb94afc68607.tar.gz
yannherklotz.com-38fde93cf8941e88be4ac4995a7feb94afc68607.zip
Add contact page
Diffstat (limited to 'themes')
-rw-r--r--themes/ymherklotz/layouts/partials/header.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/ymherklotz/layouts/partials/header.html b/themes/ymherklotz/layouts/partials/header.html
index 2c86ace..7e56d71 100644
--- a/themes/ymherklotz/layouts/partials/header.html
+++ b/themes/ymherklotz/layouts/partials/header.html
@@ -5,6 +5,7 @@
<nav id="navbar">
<span><a href="{{ .Site.BaseURL }}/blog/">Blog</a></span>
<span><a href="{{ .Site.BaseURL }}/photos/">Photos</a></span>
+ <span><a href="{{ .Site.BaseURL }}/contact/">Contact</a></span>
<span><a href="{{ .Site.BaseURL }}/index.xml">RSS</a></span>
</nav>
</header>