Update 'views/layout.twig'

This commit is contained in:
Robert 2019-12-24 19:10:40 +00:00
parent f548dec79e
commit 42638b23b3

View file

@ -27,8 +27,8 @@
<div id="content-container">
{% block body %}{% endblock %}
<div id="footer">
<p id="footer-links">Links!</p>
<p id="footer-text">Minverse is non-profit and is not associated with Miiverse, Nintendo, or Hatena.</p>
<p id="footer-links"><a href="/help/contact">Contact Us</a> <a href="/help/guide">Rules</a> <a href="https://gitdab.com/minverse/minverse">Gitdab</a></p>
<p id="footer-text">Minverse is non-profit and is not associated with Miiverse, Nintendo, or Hatena.</p>
</div>
</div>
</body>