summaryrefslogtreecommitdiff
path: root/themes/lugo/layouts/_default/baseof.html
diff options
context:
space:
mode:
authorHenrique Marques <[email protected]>2024-08-17 11:14:09 +0100
committerHenrique Marques <[email protected]>2024-08-17 11:14:09 +0100
commit95818067acfb7f64ec6f4cdcf156853b2eae69ac (patch)
treeb83dbaa35173e1eaf00c8fcb781ee88ba8c5094c /themes/lugo/layouts/_default/baseof.html
parent8113f43b368e83fe51800b8ffc78681821d011f4 (diff)
add new posts
Diffstat (limited to 'themes/lugo/layouts/_default/baseof.html')
-rw-r--r--themes/lugo/layouts/_default/baseof.html9
1 files changed, 7 insertions, 2 deletions
diff --git a/themes/lugo/layouts/_default/baseof.html b/themes/lugo/layouts/_default/baseof.html
index 57e17ce..f1c41c2 100644
--- a/themes/lugo/layouts/_default/baseof.html
+++ b/themes/lugo/layouts/_default/baseof.html
@@ -15,6 +15,12 @@
<meta charset="utf-8">
</head>
<body>
+<ul class="menu-list">
+<li class="menu-item"><a href="{{ .Site.BaseURL }}">λ</a></li>
+<li class="menu-item"><a href="{{ .Site.BaseURL }}/tags/projects">Projects</a></li>
+<li class="menu-item"><a href="{{ .Site.BaseURL }}/tags">Tags</a></li>
+<li class="menu-item" style="float:right"><a href="{{ .Site.BaseURL }}/about">About</a></li>
+</ul>
{{ if .Site.Menus.main }}{{ partial "nav.html" . }}{{ end -}}
<main>
<header><h1 id="tag_{{ .Title }}">{{ block "title" . }}{{ end }}</h1></header>
@@ -28,8 +34,7 @@
</main>
{{ block "footer" . }}
<footer>
- <a href="{{ .Site.BaseURL }}">{{ .Site.BaseURL }}</a>
- {{- if .Param "showrss" }}<br><br><a href="/index.xml"><img src="/rss.svg" style="max-height:1.5em" alt="RSS Feed" title="Subscribe via RSS for updates."></a>{{ end }}
+ {{- if .Param "showrss" }}<a href="/index.xml">Subscribe to my RSS feed</a>{{ end }}
</footer>
{{ end }}
</body>