forked from samuel-p/sp-codes.de
minor bug fix in translation urls
added more heading icons
This commit is contained in:
parent
ddfde3282c
commit
4448b13580
8 changed files with 13 additions and 23 deletions
|
@ -8,7 +8,7 @@ eleventyNavigation:
|
|||
icon: comment-dots
|
||||
order: 3
|
||||
---
|
||||
<h1>Kontaktmöglichkeiten</h1>
|
||||
<h1><i class="fas fa-comment-dots"></i> Kontaktmöglichkeiten</h1>
|
||||
<p>Du möchtest mit mir in Kontakt treten, mir einen Fehler mitteilen, hast eine Frage zu einem Dienst oder möchtest
|
||||
mich unterstützen? Schick mir gerne deine Nachricht auf einem der folgenden Wege. Ich freue mich von dir zu
|
||||
hören.</p>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
layout: base.njk
|
||||
title: Impressum
|
||||
---
|
||||
<h1>Impressum</h1>
|
||||
<h1><i class="fas fa-info-circle"></i> Impressum</h1>
|
||||
<div class="mb-4">
|
||||
<h2>Angaben gemäß § 5 TMG:</h2>
|
||||
<p>Samuel Philipp<br/>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
layout: base.njk
|
||||
title: Datenschutzerklärung
|
||||
---
|
||||
<h1>Datenschutzerklärung</h1>
|
||||
<h1><i class="fas fa-user-secret"></i> Datenschutzerklärung</h1>
|
||||
<div class="mb-3">
|
||||
<h2>Verantwortlicher</h2>
|
||||
<p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue