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.
25 lines
761 B
25 lines
761 B
---
|
|
layout: default
|
|
---
|
|
|
|
<div id="main" role="main">
|
|
<div class="wrap">
|
|
{% 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 }}">
|
|
{% if page.image.credit %}{% include image-credit.html %}{% endif %}
|
|
</div><!-- /.page-image -->
|
|
</div><!-- /.page-feature -->
|
|
{% endif %}
|
|
<div class="page-title">
|
|
<h1>{{ page.title }}</h1>
|
|
{% if page.excerpt %}<h2>{{ page.excerpt }}</h2>{% endif %}
|
|
</div>
|
|
<div class="archive-wrap">
|
|
<div class="page-content">
|
|
{{ content }}
|
|
</div><!-- /.page-content -->
|
|
</div class="archive-wrap"><!-- /.archive-wrap -->
|
|
</div><!-- /.wrap -->
|
|
</div><!-- /#main -->
|