Don't display extra content on /about

This commit is contained in:
2016-11-11 18:16:16 +01:00
parent 3139ba5368
commit bbb3f5c7c0

View File

@@ -66,7 +66,6 @@ script.
| {% if title != 'about' %}
.node-extra
a.learn-more(href="{{ url_for( 'projects.about', project_url=project.url) }}") LEARN MORE
| {% endif %}
| {% if project.nodes_featured %}
.project-featured-container
@@ -137,6 +136,7 @@ script.
| {% endfor %}
| {% endif %}
| {% endif %}
include _scripts