mirror of https://github.com/luizdepra/hugo-coder.git

Luiz F. A. de Prá
08.11.2018 289c9e0b076e8631347ab096755502d7583bb9ef
1
2
3
4
5
6
7
8
9
10
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>