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

Gerben Geijteman
12.59.2020 d16c9b84734c706849e7d62fcf027c70a3245fb1
Fix redundant div and format file
1 files modified
2 ■■■■■ changed files
layouts/partials/sidebar.html 2 ●●●●● patch | view | raw | blame | history
layouts/partials/sidebar.html
@@ -15,11 +15,9 @@
          <i class="fa fa-2x {{ $item.icon }}" aria-hidden="true"></i>
        </a>          
        </li>
        {{ end }}
    </ul>
    <div class="footer">
        <div class="by_farbox">&copy; {{ .Site.Params.author }} {{ now.Format "2006"}} </div>
      </div>
    </div>
</div>