diff --git a/ram/portal/templates/home.html b/ram/portal/templates/home.html index 2e94229..b19f0cd 100644 --- a/ram/portal/templates/home.html +++ b/ram/portal/templates/home.html @@ -2,7 +2,7 @@ {% load markdown %} {% block header %} -

About

+ {% if site_conf.about %}

About

{% endif %}

{{ site_conf.about | markdown | safe }}

{% endblock %}