aboutsummaryrefslogtreecommitdiff
path: root/crumbs/templates/article.html
diff options
context:
space:
mode:
Diffstat (limited to 'crumbs/templates/article.html')
-rwxr-xr-xcrumbs/templates/article.html18
1 files changed, 9 insertions, 9 deletions
diff --git a/crumbs/templates/article.html b/crumbs/templates/article.html
index 50e0da1..0161fdf 100755
--- a/crumbs/templates/article.html
+++ b/crumbs/templates/article.html
@@ -7,23 +7,23 @@
{% block content %}
<dl class="dl-horizontal">
+
+ <h1>{{ article.title }}</h1>
+ <br />
+
<div class="card">
- <h1>{{ article.title }}</h1>
+ {% set in_article = true %}
+ {% include "article_header.html" %}
+ <!-- <h1>{{ article.title }}</h1>
<div class="pull-right">
<p class="timer">This article takes {{article.read_time_string}} to read.</p>
- </div>
- <br/>
- <hr />
-
+ </div> -->
{{ article.content }}
</div>
</dl>
-
-
-
-
+
<!-- <div class="col-lg-9 content">
{{ article.content }}