Don't display extra content on /about

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

View File

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