alex.racine/themes/portfoliGor/layouts/index.html

16 lines
511 B
HTML

{{ define "main" }}
<!-- Note that the content for index.html, as a sort of list page, will pull from content/_index.md -->
<section class="home-info">
<h1>{{ .Site.Title }}</h1>
<p>
{{ .Site.Params.contactsPriv.Function }} - {{ .Site.Params.contactsPriv.Place }}
<br />
aka {{ .Site.Params.online.github }}
<br />
aka {{ .Site.Params.online.instagram }}
</p>
{{- partial "footer.html" . -}}
</section>
</main>
{{ end }}