aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/templates/base/footer.html
blob: b14bd82caaa6beab8df1090b3c4c71482e3f9215 (plain) (blame)
1
2
3
4
5
6
7
8
9
<footer class="footer has-background-dark has-text-light">
  <div class="content has-text-centered">
    <p>
      &copy; 2019 Python Discord | Built with Django and Bulma
    </p>
  </div>
</footer>

<!-- vim: set ft=htmldjango: -->