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

alexanderdavide
11.15.2022 0c1e46b2513fa3016673b4c282abfcd4122f3b14
refactor: add post-wrapper to fix overflow
1 files modified
2 ■■■■■ changed files
layouts/_default/single.html 2 ●●●●● patch | view | raw | blame | history
layouts/_default/single.html
@@ -1,4 +1,5 @@
{{ define "main" }}
  <div class="post-wrapper">
  <div
    class="post {{ with .Site.Params.doNotLoadAnimations }}
      .
@@ -108,5 +109,6 @@
    {{ end }}
  </div>
  </div>
{{ end }}