Update layouts/index.html
This commit is contained in:
parent
f40042add8
commit
97bdbbcfc0
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
<main aria-role="main">
|
<main aria-role="main">
|
||||||
<header class="home-page-header">
|
<header class="home-page-header">
|
||||||
<h1>{{ .Site.Author.name }}</h1>
|
<h1>{{ .Site.Author.name }}</h1>
|
||||||
<h2>“{{ .Site.Author.motto }}”</h2>
|
<h2>“{{ .Site.Author.motto | safeHTML }}”</h2>
|
||||||
</header>
|
</header>
|
||||||
{{ partial "contact.html" . }}
|
{{ partial "contact.html" . }}
|
||||||
{{ partial "links.html" . }}
|
{{ partial "links.html" . }}
|
||||||
|
|
Loading…
Reference in a new issue