You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
1.2 KiB
34 lines
1.2 KiB
---
|
|
layout: default
|
|
---
|
|
|
|
<div id="main" role="main">
|
|
<article class="wrap" itemscope itemtype="http://schema.org/Article">
|
|
{% if page.image.feature %}
|
|
<div class="page-feature">
|
|
<div class="page-image">
|
|
<img src="{{ site.url }}/images/{{ page.image.feature }}" class="page-feature-image" alt="{{ page.title }}" itemprop="image">
|
|
{% if page.image.credit %}{% include image-credit.html %}{% endif %}
|
|
</div><!-- /.page-image -->
|
|
</div><!-- /.page-feature -->
|
|
{% endif %}
|
|
{% include breadcrumbs.html %}
|
|
<div class="page-title">
|
|
<h1>{{ page.title }}</h1>
|
|
</div>
|
|
<div class="inner-wrap">
|
|
<div id="content" class="page-content" itemprop="articleBody">
|
|
{{ content }}
|
|
<hr />
|
|
<footer class="page-footer">
|
|
{% if page.share != false %}{% include share-this.html %}{% endif %}
|
|
{% include page-meta.html %}
|
|
</footer><!-- /.footer -->
|
|
<aside>
|
|
{% if page.comments == true %}{% include comments.html %}{% endif %}
|
|
</aside>
|
|
</div><!-- /.content -->
|
|
</div><!-- /.inner-wrap -->
|
|
{% if page.ads == true %}<div class="ads">{% include advertising.html %}</div><!-- /.ads -->{% endif %}
|
|
</article><!-- /.wrap -->
|
|
</div><!-- /#main -->
|
|
|