Don't display extra content on /about
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user