Update layouts/partials/page_footer.html
This commit is contained in:
parent
9161d4e50a
commit
5e1a222aaf
1 changed files with 1 additions and 1 deletions
|
@ -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.BaseURL}}{{ .Site.Params.Author.aboutpage }}">ich bin {{ .Site.Params.Author.firstname }}!</a></h3>
|
||||
<p>
|
||||
{{ partial "bio.html" . }}
|
||||
</p>
|
||||
|
|
Loading…
Add table
Reference in a new issue