Fixed missing ! in page_footer.html #18

Merged
stephan.hadan merged 1 commit from hotfix/fixed-missing-exclamation-mark-in-page-footer-html into main 2025-01-29 10:18:02 +01:00
Showing only changes of commit 78bac1a4a5 - Show all commits

View file

@ -1,7 +1,7 @@
<footer>
<div class="footer_text">
<div>
<h3>Hi, <a href="{{ .Site.Params.Author.aboutpage }}">ich bin {{ .Site.Params.Author.firstname }}</a></h3>
<h3>Hi, <a href="{{ .Site.Params.Author.aboutpage }}">ich bin {{ .Site.Params.Author.firstname }}!</a></h3>
<p>
{{ partial "bio.html" . }}
</p>