hugo-coder-fork/layouts/partials/home.html

12 lines
285 B
HTML
Raw Normal View History

2018-03-01 01:38:59 +00:00
<section class="container centered">
<div class="about">
<h1>{{ .Site.Params.author }}</h1>
<h2>{{ .Site.Params.info }}</h2>
<ul>
{{ range sort .Site.Params.social }}
<li><a href="{{ .url }}">{{ .name }}</a></li>
{{ end }}
</ul>
</div>
</section>