follow particular naming scheme
This commit is contained in:
parent
a6e17280a1
commit
91e30b806b
4 changed files with 0 additions and 0 deletions
|
|
@ -1,17 +0,0 @@
|
|||
{{- with $.Site.Params.homeInfoParams }}
|
||||
<article class="first-entry">
|
||||
<header class="entry-header">
|
||||
<h2>{{- .Title }}</h2>
|
||||
</header>
|
||||
<section class="entry-content">
|
||||
<p>{{- .Content | markdownify }}</p>
|
||||
</section>
|
||||
<footer class="entry-footer">
|
||||
{{- with $.Site.Params.socialIcons }}
|
||||
<div class="social-icons">
|
||||
{{- partial "social-icons.html" . }}
|
||||
</div>
|
||||
{{- end }}
|
||||
</footer>
|
||||
</article>
|
||||
{{- end}}
|
||||
Loading…
Add table
Add a link
Reference in a new issue