Initial files

This commit is contained in:
Luiz F. A. de Prá
2018-02-28 22:38:59 -03:00
commit 4db982bb01
35 changed files with 2525 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
<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>