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

Luiz de Prá
23.28.2018 853492596dd78dedb755e66db8d79d01e13c66b2
layouts/partials/home.html
@@ -2,10 +2,12 @@
  <div class="about">
    <h1>{{ .Site.Params.author }}</h1>
    <h2>{{ .Site.Params.info }}</h2>
    {{ with .Site.Params.social }}
    <ul>
      {{ range sort .Site.Params.social }}
      {{ range sort .}}
      <li><a href="{{ .url }}">{{ .name }}</a></li>
      {{ end }}
    </ul>
    {{ end }}
  </div>
</section>