From c87d41b4eb39aa6a30a26895d0adc600663060f7 Mon Sep 17 00:00:00 2001
From: kolaente
Date: Sat, 29 Jan 2022 14:21:56 +0100
Subject: [PATCH] feat: add twitter icon
---
layouts/partials/footer.html | 16 ++++++++++++----
layouts/partials/header.html | 2 +-
2 files changed, 13 insertions(+), 5 deletions(-)
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 8874d25..76c79f7 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -6,7 +6,12 @@
© {{ now.Year }}
Made with ♥️ and Hugo.
- Twitter
+
+
+
+ Follow Vikunja on Twitter
+
+
@@ -14,16 +19,19 @@
Subscribe to our newsletter
-
+
We'll email you about releases and news about Vikunja.
Low traffic. Unsubscribe any time.
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 01a51ed..29939dc 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -62,6 +62,6 @@
-
+
{{ partial "navbar.html" . }}