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">
|
<footer class="footer">
|
||||||
{% block footer %}
|
{% block footer %}
|
||||||
<div class="container">
|
<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>
|
</div>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
</footer>
|
</footer>
|
||||||
|
|
|
||||||
|
|
@ -28,6 +28,7 @@
|
||||||
<a href="{% url 'webclient:index' %}">online client</a>!<br>
|
<a href="{% url 'webclient:index' %}">online client</a>!<br>
|
||||||
</p>
|
</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
<p>
|
||||||
For more info, take your time to
|
For more info, take your time to
|
||||||
peruse our extensive online <a href="https://github.com/evennia/evennia/wiki">documentation</a>.
|
peruse our extensive online <a href="https://github.com/evennia/evennia/wiki">documentation</a>.
|
||||||
</p>
|
</p>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue