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

Maikel
01.59.2018 826fa2ee1840ffdf6f9ebd7f944dcfdf245e49e4
1
2
3
4
5
6
7
8
9
10
11
12
13
<section class="container centered">
  <div class="about">
    <h1>{{ .Site.Params.author }}</h1>
    <h2>{{ .Site.Params.info }}</h2>
    {{ with .Site.Params.social }}
    <ul>
      {{ range sort .}}
      <li><a href="{{ .url }}">{{ .name }}</a></li>
      {{ end }}
    </ul>
    {{ end }}
  </div>
</section>