feat: comment out social media links, set links to datenschutz and impressum
This commit is contained in:
@@ -78,6 +78,7 @@
|
||||
<f:format.html>{data.bodytext}</f:format.html>
|
||||
</div>
|
||||
|
||||
<f:comment>
|
||||
<!-- Social icons -->
|
||||
<div class="space-x-3">
|
||||
<a href="#" aria-label="LinkedIn" class="w-6 h-6 md:w-10 md:h-10 bg-primary text-white rounded-full inline-flex items-center justify-center hover:bg-primary-dark hover:text-white">
|
||||
@@ -90,6 +91,7 @@
|
||||
<i class="ci ci-facebook"></i>
|
||||
</a>
|
||||
</div>
|
||||
</f:comment>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -39,6 +39,7 @@
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<f:comment>
|
||||
<!-- Folge uns -->
|
||||
<div class="flex flex-col items-start md:items-end">
|
||||
<h3 class="text-white text-sm">Folge uns</h3>
|
||||
@@ -56,6 +57,7 @@
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</f:comment>
|
||||
|
||||
</div><!-- /Row 1 -->
|
||||
|
||||
@@ -70,9 +72,9 @@
|
||||
|
||||
<!-- Privacy links -->
|
||||
<p>
|
||||
<a href="#" class="hover:text-white text-white">Privacy Policy</a>
|
||||
<a href="/datenschutz" class="hover:text-white text-white">Datenschutz</a>
|
||||
<span class="mx-1">|</span>
|
||||
<a href="#" class="hover:text-white text-white">Terms and Conditions</a>
|
||||
<a href="/impressum" class="hover:text-white text-white">Impressum</a>
|
||||
</p>
|
||||
|
||||
</div><!-- /Row 2 -->
|
||||
|
||||
Reference in New Issue
Block a user