diff --git a/ckan/templates/home/about.html b/ckan/templates/home/about.html index c05f2f859f8..9a575378bce 100644 --- a/ckan/templates/home/about.html +++ b/ckan/templates/home/about.html @@ -9,11 +9,11 @@ {% block primary %}
-

{{ _('About') }}

{% block about %} {% if g.site_about %} {{ h.markdown_extract(g.site_about) }} {% else %} +

{{ _('About') }}

{% snippet 'home/snippets/about_text.html' %} {% endif %} {% endblock %}