hugo-theme-home-firman/layouts/index.html

10 lines
258 B
HTML

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