homeinfo: xp

This commit is contained in:
Aditya Telange 2020-08-28 17:19:10 +05:30
parent 813b590e19
commit fb4f686771
No known key found for this signature in database
GPG Key ID: 82E844EF3DA99E77

View File

@ -6,10 +6,12 @@
<section class="entry-content"> <section class="entry-content">
<p>{{ .Content | plainify | htmlUnescape }}</p> <p>{{ .Content | plainify | htmlUnescape }}</p>
</section> </section>
{{- with $.Site.Params.socialIcons }} <footer class="entry-footer">
<div class="social-icons"> {{- with $.Site.Params.socialIcons }}
{{ partial "social-icons.html" . }} <div class="social-icons">
</div> {{ partial "social-icons.html" . }}
{{- end }} </div>
{{- end }}
</footer>
</article> </article>
{{end}} {{end}}