Files
hugo-coder-timeline/layouts/partials/home.html
Luiz F. A. de Prá 4db982bb01 Initial files
2018-02-28 22:38:59 -03:00

12 lines
285 B
HTML

<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>