hugo-theme-home-firman/layouts/index.html
2024-08-25 12:23:28 +07:00

10 lines
269 B
HTML

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