Disable Learn More on projects for now
This commit is contained in:
parent
86b5c1b242
commit
7219c5ca72
@ -54,17 +54,12 @@ script.
|
||||
h1
|
||||
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
|
||||
| {{ 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
|
||||
| #}
|
||||
|
||||
.node-extra
|
||||
|
||||
@ -116,8 +111,6 @@ script.
|
||||
| {% endfor %}
|
||||
| {% endif %}
|
||||
|
||||
| {% endif %}
|
||||
|
||||
include _scripts
|
||||
|
||||
script(src="{{ url_for('static_pillar', filename='assets/js/vendor/jquery.montage.min.js') }}")
|
||||
|
Loading…
x
Reference in New Issue
Block a user