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

Luiz F. A. de Prá
05.04.2020 4b5e654abf72eee35f517f0bb9092d8928bfa8f0
Fix social icons sort
1 files modified
2 ■■■ changed files
layouts/partials/home.html 2 ●●● patch | view | raw | blame | history
layouts/partials/home.html
@@ -7,7 +7,7 @@
    <h2>{{ .Site.Params.info }}</h2>
    {{ with .Site.Params.social }}
    <ul>
      {{ range sort .}}
      {{ range sort . "weight" }}
        {{ if .icon }}
          <li>
            <a href="{{ .url }}" aria-label="{{ .name }}" {{ if .rel }}rel="{{ .rel }}"{{ end }} {{ if .target }}target="{{ .target }}"{{ end }} {{ if .type }}type="{{ .type }}"{{ end }}>