forked from rarias/jungle
Add jungle.bsc.es hugo website
This commit is contained in:
13
web/themes/PaperMod/layouts/partials/home_info.html
Normal file
13
web/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">
|
||||
{{ .Content | markdownify }}
|
||||
</div>
|
||||
<footer class="entry-footer">
|
||||
{{ partial "social_icons.html" site.Params.socialIcons }}
|
||||
</footer>
|
||||
</article>
|
||||
{{- end -}}
|
||||
Reference in New Issue
Block a user