Removed opening imprint in a new tab as theres the back button

This commit is contained in:
2025-04-05 23:38:05 +02:00
parent 3ba6d07e07
commit ef4337c2ce
17 changed files with 17 additions and 17 deletions

View File

@@ -10,7 +10,7 @@
<div class="copyright">
<span>© {{ now.Year }} Powered by <a href="https://gohugo.io">Hugo</a></span>
{{ end }}
<span style="margin-right: 10px">:: <a href="https://privacynerd.de/impressum?referrer={{ $.Page.Permalink }}" target="_blank">{{ $.Site.Params._Imprint }}</a></span>
<span style="margin-right: 10px">:: <a href="https://privacynerd.de/impressum?referrer={{ $.Page.Permalink }}">{{ $.Site.Params._Imprint }}</a></span>
<span>:: <a href="https://github.com/mirus-ua/hugo-theme-re-terminal" target="_blank">Theme</a> {{ $.Site.Params._By }} <a href="https://github.com/mirus-ua" target="_blank">Mirus</a> ({{ $.Site.Params._Customized }})</span>
</div>
</div>