Initial website deployment
All checks were successful
Deploy Website / build-and-deploy (push) Successful in 1m44s
All checks were successful
Deploy Website / build-and-deploy (push) Successful in 1m44s
This commit is contained in:
9
layouts/partials/home-intro.html
Normal file
9
layouts/partials/home-intro.html
Normal file
@@ -0,0 +1,9 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user