summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2018-05-28 19:21:01 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2018-05-28 19:21:01 +0200
commit801daa85bba71633b704ec3b77696c7334b8b699 (patch)
tree37818568bc6983d1f1af5769cf6d7c928e6f3c23
parentaa017a5d203f7308d5d549f48fc0fec2a15bd202 (diff)
downloadwww-andreasbaumann-cc-801daa85bba71633b704ec3b77696c7334b8b699.tar.gz
www-andreasbaumann-cc-801daa85bba71633b704ec3b77696c7334b8b699.tar.bz2
more prominent data protection in side bar
-rw-r--r--themes/new_theme/layouts/partials/sidebar.html2
-rw-r--r--themes/new_theme/layouts/partials/widgets/dataprotection.html1
2 files changed, 2 insertions, 1 deletions
diff --git a/themes/new_theme/layouts/partials/sidebar.html b/themes/new_theme/layouts/partials/sidebar.html
index a69d2a9..1147dd2 100644
--- a/themes/new_theme/layouts/partials/sidebar.html
+++ b/themes/new_theme/layouts/partials/sidebar.html
@@ -1,4 +1,5 @@
<aside class="sidebar" itemscope="itemscope" itemtype="http://schema.org/WPSideBar">
+ {{ partial "widgets/dataprotection.html" . }}
{{ partial "widgets/elasticlunr_search.html" . }}
{{ $section := .Section }}
{{ if or ( eq $section "blog" ) ( eq $section "" ) }}
@@ -6,5 +7,4 @@
{{ partial "widgets/categories.html" . }}
{{ partial "widgets/taglist.html" . }}
{{ end }}
- {{ partial "widgets/dataprotection.html" . }}
</aside>
diff --git a/themes/new_theme/layouts/partials/widgets/dataprotection.html b/themes/new_theme/layouts/partials/widgets/dataprotection.html
index 7b496e0..7d6e6f2 100644
--- a/themes/new_theme/layouts/partials/widgets/dataprotection.html
+++ b/themes/new_theme/layouts/partials/widgets/dataprotection.html
@@ -2,3 +2,4 @@
<div class="widget__content">
Read here about <a class="widget__link__red" href="/dataprotection">Data Protection and Privacy</a>.
</div>
+<br/>