1
0
Fork 0

Update subtitle to subheadline

This commit is contained in:
Moritz »mo.« Sauer 2014-09-16 09:33:17 +02:00
parent 9d7b40e9ca
commit 911dca9218
20 changed files with 23 additions and 23 deletions

View file

@ -8,7 +8,7 @@ Total paginate-pages: {{ paginator.total_pages }}
{% for post in paginator.posts %}
<div class="row">
<div class="small-12 columns bottom-60">
<p class="subtitle">{% if post.subtitle %}{{ post.subtitle }}{% endif %}<span class="subheader"><small> {{ post.date | date: "%d.%m.%Y" }} &middot; {% if post.categories %}{{ post.categories | join: ' &middot; ' }}{% endif %}</small></span></p>
<p class="subheadline">{% if post.subheadline %}{{ post.subheadline }}{% endif %}<span class="subheader"><small> {{ post.date | date: "%d.%m.%Y" }} &middot; {% if post.categories %}{{ post.categories | join: ' &middot; ' }}{% endif %}</small></span></p>
<h2><a href="{{ site.url }}{{ post.url }}">{{ post.title }}</a></h2>
<p>
{% if post.image.thumb %}<a href="{{ site.url }}{{ post.url }}" title="{{ post.title escape_once }}"><img src="{{ site.url }}/assets/img/{{ post.image.thumb }}" class="alignleft" width="150" height="150" alt="{{ page.title escape_once }}"></a>{% endif %}

View file

@ -15,7 +15,7 @@ layout: default
<article>
<header>
{% if page.subtitle %}<p class="subtitle">{{ page.subtitle }}</p>{% endif %}
{% if page.subheadline %}<p class="subheadline">{{ page.subheadline }}</p>{% endif %}
<h1>{{ page.title }}</h1>
</header>

View file

@ -14,7 +14,7 @@ layout: default
<article>
<header>
{% if page.subtitle %}<p class="subtitle">{{ page.subtitle }}</p>{% endif %}
{% if page.subheadline %}<p class="subheadline">{{ page.subheadline }}</p>{% endif %}
<h1>{{ page.title }}</h1>
</header>

View file

@ -10,7 +10,7 @@ layout: default
<div class="medium-8 columns">
<article>
<header>
{% if page.subtitle %}<p class="subtitle">{{ page.subtitle }}</p>{% endif %}
{% if page.subheadline %}<p class="subheadline">{{ page.subheadline }}</p>{% endif %}
{% if page.image.title %}<img src="{{ site.url }}/assets/img/{{ page.image.title }}" width="970" alt="{{ page.title escape_once }}">{% endif %}
<h1>{{ page.title }}</h1>
</header>

View file

@ -5,7 +5,7 @@ layout: default
<div class="medium-8 columns">
<article>
<header>
{% if page.subtitle %}<p class="subtitle">{{ page.subtitle }}</p>{% endif %}
{% if page.subheadline %}<p class="subheadline">{{ page.subheadline }}</p>{% endif %}
{% if page.image.title %}<img src="{{ site.url }}/assets/img/{{ page.image.title }}" width="970" alt="{{ page.title escape_once }}">{% endif %}
<h1>{{ page.title }}</h1>
</header>

View file

@ -14,7 +14,7 @@ layout: default
<article>
<header>
{% if page.subtitle %}<p class="subtitle">{{ page.subtitle }}</p>{% endif %}
{% if page.subheadline %}<p class="subheadline">{{ page.subheadline }}</p>{% endif %}
<h1>{{ page.title }}</h1>
</header>

View file

@ -1,7 +1,7 @@
---
layout: page-fullwidth
title: "The Grid"
subtitle: "Multi-Device Layouts"
subheadline: "Multi-Device Layouts"
description: "Create powerful multi-device layouts quickly and easily with the 12-column, nest-able Foundation grid. These are the dimensions."
date: 2014-07-05 07:00:00
categories:

View file

@ -1,7 +1,7 @@
---
layout: page-fullwidth
title: "Full-Width Page"
subtitle: "Multi-Device Layouts"
subheadline: "Multi-Device Layouts"
description: "The full-width page format gives you all the space you need to show your content using the grid."
date: 2014-07-05 07:00:00
categories:

View file

@ -1,7 +1,7 @@
---
layout: page
title: "A Beautiful Gallery"
subtitle: "Foundation Clearing Lightbox"
subheadline: "Foundation Clearing Lightbox"
description: "Wanna create a responsive gallery to showcase your portfolio, recent photos or images? It's quite easy thanks to Foundation and <a href='http://foundation.zurb.com/docs/components/clearing.html'>Clearing Lightbox</a>."
categories:
- layout

View file

@ -1,7 +1,7 @@
---
layout: page
title: "Wonderful Typography"
subtitle: "Reading Experience"
subheadline: "Reading Experience"
meta_description: "Feeling Responsive uses Volkhov for headlines, Lato for everything else and if you are in need to show some code, it will be in Lucida Console."
description: "<em>Feeling Responsive</em> uses Volkhov for headlines, Lato for everything else and if you are in need to show some code, it will be in Lucida Console."
image:

View file

@ -1,7 +1,7 @@
---
layout: page
title: "About"
subtitle: "Why another Jekyll Theme?"
subheadline: "Why another Jekyll Theme?"
description: "Since years I am programming and designing websites. I love to work with open source tools and learn via code from others. This time I want to try to give something back..."
image_header: "no"
permalink: "/about/"

View file

@ -6365,7 +6365,7 @@ mark {
}
/* line 99, ../scss/_4_typography_theme-fr.scss */
.subtitle {
.subheadline {
font-size: 1rem;
margin: 0;
text-transform: uppercase;

File diff suppressed because one or more lines are too long

View file

@ -15,7 +15,7 @@ permalink: "blog/archive/"
{% assign counter = 1 %}
{% for post in site.posts limit:1000 %}
<dd class="accordion-navigation">
<a href="#panel{{ counter }}"><span class="entypo entypo-16"></span> {% if post.subtitle %}{{ post.subtitle }} {% endif %}<strong>{{ post.title }}</strong></a>
<a href="#panel{{ counter }}"><span class="entypo entypo-16"></span> {% if post.subheadline %}{{ post.subheadline }} {% endif %}<strong>{{ post.title }}</strong></a>
<div id="panel{{ counter }}" class="content">
{{ post.description }}
<a href="{{ site.url }}{{ post.url }}" title="Read {{ post.title escape_once }}"><strong>Read more </strong></a>

View file

@ -1,7 +1,7 @@
---
layout: page
title: "Change is good!"
subtitle: "Feeling Responsive Theme Changelog"
subheadline: "Feeling Responsive Theme Changelog"
description: "History and changelog of Feeling Responsive Theme by Phlow Media."
image:
header: "header_unsplash_9.jpg"

View file

@ -1,7 +1,7 @@
---
layout: page
title: "Contact"
subtitle: "Wufoo-powered contact forms"
subheadline: "Wufoo-powered contact forms"
description: "Get in touch with me? Use the contact form."
image_header: "no"
permalink: "/contact/"

View file

@ -1,7 +1,7 @@
---
layout: page-fullwidth
title: "Theme Documentation"
subtitle: "How to use Feeling Responsive"
subheadline: "How to use Feeling Responsive"
description: "The documentation is a work in progress..."
image:
header: "no"
@ -57,14 +57,14 @@ permalink: "/documentation/"
## Style your content with {#styling}
Feeling Responsive offers lots of possibilities to style your articles. You can style your content in different ways. There are elements like subtitles, feature images, header images, meta data like categories and tags and many more.
Feeling Responsive offers lots of possibilities to style your articles. You can style your content in different ways. There are elements like subheadlines, feature images, header images, meta data like categories and tags and many more.
### Subtitles
### subheadlines
If you need a subheadline for an article, just define a subheadline in front matter like this:
`subtitle: "Subheadline"`
`subheadline: "Subheadline"`
### Quotes

View file

@ -1,7 +1,7 @@
---
layout: page-fullwidth
title: "Show your beautiful work!"
subtitle: "Portfolio"
subheadline: "Portfolio"
description: "You don't need a special portfolio template with this theme. Just check out the great possibilities of the foundation grid and experiment with it."
image:
header: "no"

View file

@ -1,7 +1,7 @@
---
layout: page
title: "Roadmap"
subtitle: "ToDo-List and Ideas"
subheadline: "ToDo-List and Ideas"
description: "Here are some ideas and features I want to implement in the future."
image:
header: "header_unsplash_3.jpg"

View file

@ -1,7 +1,7 @@
---
layout: page
title: "Style your content!"
subtitle: "Layouts of Feeling Responsive"
subheadline: "Layouts of Feeling Responsive"
image:
header: "header_unsplash_5.jpg"
permalink: "/design/style-guide/"