|
@ -17,7 +17,7 @@ |
|
|
<span class="filename">../</span> |
|
|
<span class="filename">../</span> |
|
|
|
|
|
|
|
|
{% block content %} |
|
|
{% block content %} |
|
|
<section id="content" class="body"> |
|
|
<section id="content" class="body h-entry"> |
|
|
<header id="banner"> |
|
|
<header id="banner"> |
|
|
{% for p in pages %} |
|
|
{% for p in pages %} |
|
|
{% if p.title == 'header' %} |
|
|
{% if p.title == 'header' %} |
|
@ -25,11 +25,11 @@ |
|
|
{% endif %} |
|
|
{% endif %} |
|
|
{% endfor %} |
|
|
{% endfor %} |
|
|
</header> |
|
|
</header> |
|
|
<div class="entry-title"> |
|
|
<div class="entry-title p-name"> |
|
|
{{ article.title }} |
|
|
{{ article.title }} |
|
|
</div> |
|
|
</div> |
|
|
<div class="article-info"> |
|
|
<div class="article-info"> |
|
|
<div class="featured-image"> |
|
|
<div class="featured-image u-photo"> |
|
|
{% if article.featured_image %} |
|
|
{% if article.featured_image %} |
|
|
{% set thumb_size ='/thumb'%} |
|
|
{% set thumb_size ='/thumb'%} |
|
|
<a href="{{ article.featured_image }}"> |
|
|
<a href="{{ article.featured_image }}"> |
|
@ -70,7 +70,7 @@ |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
<div class="entry-content-container"> |
|
|
<div class="entry-content-container"> |
|
|
<div class="entry-content"> |
|
|
<div class="entry-content e-content"> |
|
|
|
|
|
|
|
|
{{ article.content }} |
|
|
{{ article.content }} |
|
|
<div class="separator"><hr></div> |
|
|
<div class="separator"><hr></div> |
|
|