Update layouts/index.html

This commit is contained in:
M.R. Firmansyah 2024-08-25 12:23:28 +07:00
parent f40042add8
commit 97bdbbcfc0

View file

@ -2,7 +2,7 @@
<main aria-role="main">
<header class="home-page-header">
<h1>{{ .Site.Author.name }}</h1>
<h2>“{{ .Site.Author.motto }}”</h2>
<h2>“{{ .Site.Author.motto | safeHTML }}”</h2>
</header>
{{ partial "contact.html" . }}
{{ partial "links.html" . }}