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

Alexander Bilz
25.00.2021 bf293d57d5d2540e3c9ba33e8dedf2ad8c829029
fix: changed appearance of items

1 files modified
4 ■■■■ changed files
layouts/portfolio/list.html 4 ●●●● patch | view | raw | blame | history
layouts/portfolio/list.html
@@ -18,7 +18,7 @@
        {{ range $i, $p := .portfolioitem }}
          <div class="box-wrapper">
            <div
              class="box-image {{ if not (modBool $i 2) }}
              class="box-image {{ if (modBool $i 2) }}
                box-image--right
              {{ else }}
@@ -31,7 +31,7 @@
              </a>
            </div>
            <div
              class="box {{ if not (modBool $i 2) }}
              class="box {{ if (modBool $i 2) }}
                box--left
              {{ else }}