aboutsummaryrefslogtreecommitdiff
path: root/themes/flamingo/layouts/partials
diff options
context:
space:
mode:
Diffstat (limited to 'themes/flamingo/layouts/partials')
-rw-r--r--themes/flamingo/layouts/partials/footer.html5
-rw-r--r--themes/flamingo/layouts/partials/header.html7
2 files changed, 7 insertions, 5 deletions
diff --git a/themes/flamingo/layouts/partials/footer.html b/themes/flamingo/layouts/partials/footer.html
index e64a204..15bb8cc 100644
--- a/themes/flamingo/layouts/partials/footer.html
+++ b/themes/flamingo/layouts/partials/footer.html
@@ -2,9 +2,10 @@
<div class="bottom-nav">
<nav>
<ul>
- <li><a href="/about/">about</a></li>
+
+
<li><a href="/privacy/">privacy</a></li>
- <li> <a
+ <li><a
class="brand-icon"
target="_blank"
href="/index.xml">
diff --git a/themes/flamingo/layouts/partials/header.html b/themes/flamingo/layouts/partials/header.html
index 37ede24..11929c4 100644
--- a/themes/flamingo/layouts/partials/header.html
+++ b/themes/flamingo/layouts/partials/header.html
@@ -9,9 +9,10 @@
<ul>
<li><a class="{{ cond (eq .Title "Posts") "active-link" ""}}" href="/posts/">posts</a></li>
<li><a class="{{ cond (eq .Title "Logs") "active-link" ""}}" href="/logs/">logs</a></li>
- <li>
- <a href="https://gitlab.com/gabrielgio/cv/-/raw/main/cv.pdf?inline=false" target="_blank">
- resume<i class="fab fa-external-link"></i>
+ <li><a
+ href="https://gitlab.com/gabrielgio/cv/-/raw/main/cv.pdf?inline=false"
+ target="_blank">
+ resume<i style="font-size:x-small" class="fab fa-external-link" aria-hidden="true"> </i>
</a>
</li>
</nav>