minor bug fix in translation urls

added more heading icons
This commit is contained in:
Samuel Philipp 2021-04-05 21:46:34 +02:00
parent ddfde3282c
commit 4448b13580
Signed by untrusted user: samuel-p
GPG key ID: 2AD495D17760CB4E
8 changed files with 13 additions and 23 deletions

View file

@ -8,7 +8,7 @@ eleventyNavigation:
icon: comment-dots
order: 3
---
<h1>Contact Information</h1>
<h1><i class="fas fa-comment-dots"></i> Contact Information</h1>
<p>You want to contact me, report a problem, have a question about a service or would like to support me? Please
send me your message in any of the following ways. I am looking forward to receive your message.</p>
<div class="row justify-content-center">

View file

@ -2,7 +2,7 @@
layout: base.njk
title: sp-codes
---
<h1>Imprint</h1>
<h1><i class="fas fa-info-circle"></i> Imprint</h1>
<div class="mb-4">
<h2>Information as per § 5 TMG:</h2>
<p>Samuel Philipp<br/>

View file

@ -1,8 +1,6 @@
---
layout: base.njk
title: sp-codes
title: Privacy
---
<body class="legal">
<h2>Privacy</h2>
<h1><i class="fas fa-user-secret"></i> Privacy</h1>
<p>Sorry, this document is only available in German so far. Read it <a href="/de/privacy">here</a>.</p>
</body>