1
0
Fork 0

now with custom icon font (and some tweaks)

This commit is contained in:
Moritz »mo.« Sauer 2015-02-09 12:10:39 +01:00
parent 5cbd281bfa
commit ed4dd73333
96 changed files with 2990 additions and 7563 deletions

View file

@ -1,15 +1,15 @@
---
# layout: compress
layout: compress
---
{% include header.html %}
{% include head.html %}
<body id="top-of-page" class="{{ page.format }}">
{% include navigation.html %}
{% include masthead.html %}
{% include masthead.html %}
{% if page.breadcrumb == true %}
{% include breadcrumb.html %}
{% endif %}
{% if page.breadcrumb == true %}
{% include breadcrumb.html %}
{% endif %}
{{ content }}

View file

@ -7,10 +7,10 @@ format: page-fullwidth
<div class="small-12 columns">
<img src="{{ site.url }}/images/{{ page.image.title }}" width="970" alt="{{ page.title escape_once }}">
{% if page.image.url && page.image.credit %}
<p class="text-right caption">
<a href="{{ page.image.url }}">{{ page.image.credit }}</a>
</p>
{% endif %}
<p class="text-right caption">
<a href="{{ page.image.url }}">{{ page.image.credit }}</a>
</p>
{% endif %}
</div><!-- /.small-12.columns -->
</div><!-- /.row -->
{% endif %}
@ -26,11 +26,11 @@ format: page-fullwidth
</header>
{% if page.description %}
<p class="teaser">
{{ page.description }}
</p>
<p class="teaser">
{{ page.description }}
</p>
{% endif %}
{{ content }}
</article>

View file

@ -7,10 +7,10 @@ format: page
<div class="small-12 columns">
<img src="{{ site.url }}/images/{{ page.image.title }}" width="970" alt="{{ page.title escape_once }}">
{% if page.image.url && page.image.credit %}
<p class="text-right caption">
<a href="{{ page.image.url }}">{{ page.image.credit }}</a>
</p>
{% endif %}
<p class="text-right caption">
<a href="{{ page.image.url }}">{{ page.image.credit }}</a>
</p>
{% endif %}
</div><!-- /.small-12.columns -->
</div><!-- /.row -->
{% endif %}
@ -26,11 +26,11 @@ format: page
</header>
{% if page.description %}
<p class="teaser">
{{ page.description }}
</p>
<p class="teaser">
{{ page.description }}
</p>
{% endif %}
{{ content }}
</article>

View file

@ -14,17 +14,17 @@ format: post-left-sidebar
{% if page.subheadline %}<p class="subheadline">{{ page.subheadline }}</p>{% endif %}
{% if page.image.title %}<img src="{{ site.url }}/images/{{ page.image.title }}" width="970" alt="{{ page.title escape_once }}">{% endif %}
{% if page.image.url && page.image.credit %}
<p class="text-right caption">
<a href="{{ page.image.url }}">{{ page.image.credit }}</a>
</p>
{% endif %}
<p class="text-right caption">
<a href="{{ page.image.url }}">{{ page.image.credit }}</a>
</p>
{% endif %}
<h1>{{ page.title }}</h1>
</header>
{% if page.description %}
<p class="teaser">
{{ page.description }}
</p>
<p class="teaser">
{{ page.description }}
</p>
{% endif %}
{{ content }}

View file

@ -9,16 +9,16 @@ format: post-right-sidebar
{% if page.subheadline %}<p class="subheadline">{{ page.subheadline }}</p>{% endif %}
{% if page.image.title %}<img src="{{ site.url }}/images/{{ page.image.title }}" width="970" alt="{{ page.title escape_once }}">{% endif %}
{% if page.image.url && page.image.credit %}
<p class="text-right caption">
<a href="{{ page.image.url }}">{{ page.image.credit }}</a>
</p>
{% endif %}
<p class="text-right caption">
<a href="{{ page.image.url }}">{{ page.image.credit }}</a>
</p>
{% endif %}
<h1>{{ page.title }}</h1>
</header>
{% if page.description %}
<p class="teaser">
{{ page.description }}
</p>
<p class="teaser">
{{ page.description }}
</p>
{% endif %}
{{ content }}

View file

@ -7,10 +7,10 @@ format: post
<div class="small-12 columns">
<img src="{{ site.url }}/images/{{ page.image.title }}" width="970" alt="{{ page.title escape_once }}">
{% if page.image.url && page.image.credit %}
<p class="text-right caption">
<a href="{{ page.image.url }}">{{ page.image.credit }}</a>
</p>
{% endif %}
<p class="text-right caption">
<a href="{{ page.image.url }}">{{ page.image.credit }}</a>
</p>
{% endif %}
</div><!-- /.small-12.columns -->
</div><!-- /.row -->
{% endif %}
@ -25,9 +25,9 @@ format: post
</header>
{% if page.description %}
<p class="teaser">
{{ page.description }}
</p>
<p class="teaser">
{{ page.description }}
</p>
{% endif %}
{{ content }}

View file

@ -16,11 +16,11 @@ format: video
<h1>{{ page.title }}</h1>
</header>
{% if page.description %}
<p class="teaser">
{{ page.description }}
</p>
<p class="teaser">
{{ page.description }}
</p>
{% endif %}
{{ content }}
</div><!-- /.medium-8.columns -->
</div><!-- /.row -->