aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/templates/base/footer.html
blob: 90f06f3c59c663d1050201d9da238113c245bffe (plain) (blame)
1
2
3
4
5
6
7
<footer class="footer has-background-dark has-text-light">
  <div class="content has-text-centered">
    <p>
      Built with <a href="https://www.djangoproject.com/"><span id="django-logo">django</span></a> and <a href="https://bulma.io"><span id="bulma-logo">Bulma</span></a> <br/> &copy; {% now "Y" %} <span id="pydis-text">Python Discord</span>
    </p>
  </div>
</footer>