Merge pull request 'Fixed missing ! in page_footer.html' (#18) from hotfix/fixed-missing-exclamation-mark-in-page-footer-html into main
Reviewed-on: stiebke/hugo-internet-weblog#18
This commit is contained in:
commit
8f1daefbd9
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
<footer>
|
<footer>
|
||||||
<div class="footer_text">
|
<div class="footer_text">
|
||||||
<div>
|
<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>
|
<p>
|
||||||
{{ partial "bio.html" . }}
|
{{ partial "bio.html" . }}
|
||||||
</p>
|
</p>
|
||||||
|
|
Loading…
Add table
Reference in a new issue