mirror of
https://github.com/evennia/evennia.git
synced 2026-03-24 16:56:32 +01:00
fixed misplaced <p> tag and added style to footer
This commit is contained in:
parent
df88f4f7ad
commit
6977609b4b
2 changed files with 2 additions and 1 deletions
|
|
@ -104,7 +104,7 @@
|
|||
<footer class="footer">
|
||||
{% block footer %}
|
||||
<div class="container">
|
||||
<span class="text-muted">Powered by <a href="http://evennia.com">Evennia.</a></span>
|
||||
<span class="text-white">Powered by <a class="text-white font-weight-bold" href="http://evennia.com">Evennia.</a></span>
|
||||
</div>
|
||||
{% endblock %}
|
||||
</footer>
|
||||
|
|
|
|||
|
|
@ -28,6 +28,7 @@
|
|||
<a href="{% url 'webclient:index' %}">online client</a>!<br>
|
||||
</p>
|
||||
{% endif %}
|
||||
<p>
|
||||
For more info, take your time to
|
||||
peruse our extensive online <a href="https://github.com/evennia/evennia/wiki">documentation</a>.
|
||||
</p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue