mirror of https://github.com/lxndrblz/anatole.git

Alexander Bilz
25.28.2021 891e631f7c95dde05636fedb3e1905b6c37fae04
chore: prettier

1 files modified
23 ■■■■ changed files
layouts/portfolio/list.html 23 ●●●● patch | view | raw | blame | history
layouts/portfolio/list.html
@@ -18,19 +18,20 @@
        {{ range $i, $p := .portfolioitem }}
          <div class="box-wrapper">
            {{ if .image }}
            <div
              class="box-image {{ if (modBool $i 2) }}
                box-image--right
              <div
                class="box-image {{ if (modBool $i 2) }}
                  box-image--right
              {{ else }}
                box-image--left
                {{ else }}
                  box-image--left
              {{ end }}"
            >
              <a href="{{ .link }}">
                <img src="{{ .image | relURL }}" alt="{{ .name | markdownify }}" />
              </a>
            </div>
                {{ end }}"
              >
                <a href="{{ .link }}">
                  <img src="{{ .image | relURL }}" alt="{{ .name | markdownify }}" />
                </a>
              </div>
            {{ end }}
            <div
              class="box {{ if (modBool $i 2) }}