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>
|
<f:format.html>{data.bodytext}</f:format.html>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<f:comment>
|
||||||
<!-- Social icons -->
|
<!-- Social icons -->
|
||||||
<div class="space-x-3">
|
<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">
|
<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>
|
<i class="ci ci-facebook"></i>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
</f:comment>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -39,6 +39,7 @@
|
|||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<f:comment>
|
||||||
<!-- Folge uns -->
|
<!-- Folge uns -->
|
||||||
<div class="flex flex-col items-start md:items-end">
|
<div class="flex flex-col items-start md:items-end">
|
||||||
<h3 class="text-white text-sm">Folge uns</h3>
|
<h3 class="text-white text-sm">Folge uns</h3>
|
||||||
@@ -56,6 +57,7 @@
|
|||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</f:comment>
|
||||||
|
|
||||||
</div><!-- /Row 1 -->
|
</div><!-- /Row 1 -->
|
||||||
|
|
||||||
@@ -70,9 +72,9 @@
|
|||||||
|
|
||||||
<!-- Privacy links -->
|
<!-- Privacy links -->
|
||||||
<p>
|
<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>
|
<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>
|
</p>
|
||||||
|
|
||||||
</div><!-- /Row 2 -->
|
</div><!-- /Row 2 -->
|
||||||
|
|||||||
Reference in New Issue
Block a user