Disable Learn More on projects for now
This commit is contained in:
parent
86b5c1b242
commit
7219c5ca72
@ -54,17 +54,12 @@ script.
|
|||||||
h1
|
h1
|
||||||
a(href="{{ url_for( 'projects.about', project_url=project.url) }}") {{ project.name }}
|
a(href="{{ url_for( 'projects.about', project_url=project.url) }}") {{ project.name }}
|
||||||
|
|
||||||
| {% if title != 'about' or not project.description %}
|
|
||||||
| {% set description = project.summary %}
|
|
||||||
| {% else %}
|
|
||||||
| {% set description = project.description %}
|
|
||||||
| {% endif %}
|
|
||||||
|
|
||||||
.node-details-description
|
.node-details-description
|
||||||
| {{ description }}
|
| {{ project.summary }}
|
||||||
|
|
||||||
| {% if title != 'about' %}
|
| {# Until we implement urls for pages
|
||||||
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
|
||||||
|
| #}
|
||||||
|
|
||||||
.node-extra
|
.node-extra
|
||||||
|
|
||||||
@ -116,8 +111,6 @@ script.
|
|||||||
| {% endfor %}
|
| {% endfor %}
|
||||||
| {% endif %}
|
| {% endif %}
|
||||||
|
|
||||||
| {% endif %}
|
|
||||||
|
|
||||||
include _scripts
|
include _scripts
|
||||||
|
|
||||||
script(src="{{ url_for('static_pillar', filename='assets/js/vendor/jquery.montage.min.js') }}")
|
script(src="{{ url_for('static_pillar', filename='assets/js/vendor/jquery.montage.min.js') }}")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user