This commit is contained in:
parent
2b840e017b
commit
138071bfb8
106 changed files with 4673 additions and 0 deletions
13
themes/PaperMod/layouts/partials/home_info.html
Normal file
13
themes/PaperMod/layouts/partials/home_info.html
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{{- with site.Params.homeInfoParams }}
|
||||
<article class="first-entry home-info">
|
||||
<header class="entry-header">
|
||||
<h1>{{ .Title | markdownify }}</h1>
|
||||
</header>
|
||||
<div class="entry-content">
|
||||
<p>{{ .Content | markdownify }}</p>
|
||||
</div>
|
||||
<footer class="entry-footer">
|
||||
{{ partial "social_icons.html" site.Params.socialIcons }}
|
||||
</footer>
|
||||
</article>
|
||||
{{- end -}}
|
||||
Loading…
Add table
Add a link
Reference in a new issue