mirror of
https://github.com/daniviga/django-ram.git
synced 2025-08-04 05:07:50 +02:00
Hide 'About' when no text is provided
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
{% load markdown %}
|
||||
|
||||
{% block header %}
|
||||
<h1 class="fw-light">About</h1>
|
||||
{% if site_conf.about %}<h1 class="fw-light">About</h1>{% endif %}
|
||||
<p class="lead text-muted">{{ site_conf.about | markdown | safe }}</p>
|
||||
{% endblock %}
|
||||
|
||||
|
Reference in New Issue
Block a user