aboutsummaryrefslogtreecommitdiff
path: root/crumbs/templates/article.html
diff options
context:
space:
mode:
Diffstat (limited to 'crumbs/templates/article.html')
-rwxr-xr-xcrumbs/templates/article.html35
1 files changed, 0 insertions, 35 deletions
diff --git a/crumbs/templates/article.html b/crumbs/templates/article.html
index 165bd08..eb38808 100755
--- a/crumbs/templates/article.html
+++ b/crumbs/templates/article.html
@@ -4,41 +4,6 @@
{% block description %}{{ article.content|striptags|truncate(200)|escape }}{% endblock description %}
{% block keywords %}{% for tag in article.tags|sort %}{{ tag }}{% if not loop.last %}, {% endif %}{% endfor %}{% endblock keywords %}
-<!-- {% block headerstyle %}
- {% if article.illustration %}
- <div class="header-container" style="background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('{{ SITEURL }}/images/{{ article.illustration }}'); background-position: center; ">
- {% elif NEST_HEADER_IMAGES %}
- <div class="header-container" style="background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('{{ SITEURL }}/images/{{ NEST_HEADER_IMAGES }}'); background-position: center; ">
- {% else %}
- <div class="header-container gradient">
- {% endif %}
-{% endblock headerstyle %} -->
-
-{% block header %}
-<!-- TEMPLATE: ARTICLE -->
- <!-- Header -->
- <div class="container header-wrapper">
- <div class="row">
- <div class="col-lg-12">
- <div class="header-content">
- <h1 class="header-title">{{ article.title }} ARTICLE</h1>
- <!--<p >{{ NEST_ARTICLE_HEADER_BY }} {% for author in article.authors %}<a href="{{ SITEURL }}/{{ author.url }}">{{ author }}</a>{% if not loop.last %}, {% endif %}{% endfor %}, </p>-->
-
- <p>{{ article.locale_date }}{% if article.modified %}, {{ NEST_ARTICLE_HEADER_MODIFIED }} {{ article.locale_modified }}{% endif %},Category: {{ NEST_ARTICLE_HEADER_IN }} <a href="{{ SITEURL }}/{{ category.url }}">{{ article.category|capitalize }}</a></p>
-
- <div class="header-underline"></div>
- <div class="clearfix"></div>
- <p class="pull-right header-tags">
- <span class="glyphicon glyphicon-tags mr5" aria-hidden="true"></span>
- {% for tag in article.tags|sort %}<a href="{{ SITEURL }}/{{ tag.url }}">{{ tag }}</a>{% if not loop.last %}, {% endif %}{% endfor %}
- </p>
- </div>
- </div>
- </div>
- </div>
- <!-- /Header -->
-{% endblock header %}
-
{% block content %}
<div class="col-lg-9 content">
{{ article.content }}