Files
website/layouts/partials/home-intro.html

10 lines
222 B
HTML
Raw Permalink Normal View History

2026-07-02 00:28:25 -07:00
<section class="home-intro">
<h1>{{ site.Title }}</h1>
{{ with site.Home.Content }}
{{ . }}
{{ else with site.Params.description }}
<p>{{ . }}</p>
{{ end }}
{{ partial "social-links.html" . }}
</section>