Fixed broken links to imprint caused by wrong baseURL config
This commit is contained in:
@@ -14,7 +14,7 @@ Below you can read the original about from Radek
|
||||
|
||||
<meta name="robots" content="noodp" />
|
||||
|
||||
<link rel="canonical" href="/de/about/" />
|
||||
<link rel="canonical" href="https://blog.privacynerd.de/de/about/" />
|
||||
|
||||
|
||||
|
||||
@@ -27,7 +27,7 @@ Below you can read the original about from Radek
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="/styles.css">
|
||||
<link rel="stylesheet" href="https://blog.privacynerd.de/styles.css">
|
||||
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ Below you can read the original about from Radek
|
||||
|
||||
|
||||
|
||||
<link rel="shortcut icon" href="/favicon.ico">
|
||||
<link rel="shortcut icon" href="https://blog.privacynerd.de/favicon.ico">
|
||||
|
||||
|
||||
|
||||
@@ -55,11 +55,11 @@ Below you can read the original about from Radek
|
||||
So I already pushed a few improvements that I did for my humble blog and I’m going to add some more features in the future, also any contribution is welcome
|
||||
Below you can read the original about from Radek
|
||||
" />
|
||||
<meta property="og:url" content="/de/about/" />
|
||||
<meta property="og:url" content="https://blog.privacynerd.de/de/about/" />
|
||||
<meta property="og:site_name" content="Privacynerd's blog" />
|
||||
|
||||
|
||||
<meta property="og:image" content="/favicon.ico">
|
||||
<meta property="og:image" content="https://blog.privacynerd.de/favicon.ico">
|
||||
|
||||
|
||||
<meta property="og:image:width" content="1200">
|
||||
@@ -197,7 +197,7 @@ Below you can read the original about from Radek
|
||||
|
||||
<article class="post">
|
||||
<h1 class="post-title">
|
||||
<a href="/de/about/">Über</a>
|
||||
<a href="https://blog.privacynerd.de/de/about/">Über</a>
|
||||
</h1>
|
||||
<div class="post-meta"><time class="post-date">2025-04-05</time><span class="post-reading-time">1 Minute Lesezeit (190 Wörter)</span>
|
||||
|
||||
@@ -259,7 +259,7 @@ as default monospaced font. It’s gorgeous!</li>
|
||||
<div class="copyright copyright--user">
|
||||
<span class="antidiscovery">© 2025 <i>L</i>B<i>P</i>e<i>o</i>n<i>i</i>j<i>n</i>a<i>c</i>m<i>G</i>i<i>N</i>n<i>U</i> <i>S</i>B<i>k</i>u<i>o</i>r<i>K</i>k<i>y</i>h<i>f</i>a<i>H</i>r<i>r</i>d<i>y</i>t</span>
|
||||
|
||||
<span style="margin-right: 10px">:: <a href="https://privacynerd.de/impressum?referrer=%2fde%2fabout%2f">Impressum</a></span>
|
||||
<span style="margin-right: 10px">:: <a href="https://privacynerd.de/impressum?referrer=https%3a%2f%2fblog.privacynerd.de%2fde%2fabout%2f">Impressum</a></span>
|
||||
<span>:: <a href="https://github.com/mirus-ua/hugo-theme-re-terminal" target="_blank">Theme</a> von <a href="https://github.com/mirus-ua" target="_blank">Mirus</a> (angepasst)</span>
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user