1
0
Fork 0
This commit is contained in:
Moritz »mo.« Sauer 2015-02-18 12:08:23 +01:00
parent 74c2f9a235
commit f738190202
3 changed files with 5 additions and 3 deletions

View file

@ -65,7 +65,7 @@ format: blog-index
<p class="subheadline">{% if post.subheadline %}{{ post.subheadline }}{% endif %}</p>
<h2><a href="{{ site.url }}{{ post.url }}">{{ post.title }}</a></h2>
<p>
{% if post.meta_description %}{{ post.meta_description | strip_html | escape }}{% elsif post.description %}{{ post.description | strip_html | escape }}{% endif %}
{% if post.meta_description %}{{ post.meta_description | strip_html | escape }}{% elsif post.teaser %}{{ post.teaser | strip_html | escape }}{% endif %}
<a href="{{ site.url }}{{ post.url }}" title="Read {{ post.title escape_once }}"><strong>{{ site.data.language.read_more }}</strong></a>
</p>
{% endfor %}

View file

@ -1,7 +1,7 @@
---
layout: page
title: "Header With Text"
subheadline: "Headers With Style"
title: "Header With Text"
subheadline: "Headers With Style"
teaser: "Feeling Responsive allows you to use all kinds of headers. This header is with text."
categories:
- design

View file

@ -11,6 +11,8 @@ permalink: "/roadmap/"
## ToDo
* Additional [header]({{ site.url }}/headers/) with text
* Disqus comments
* Google AdSense ads
* Produce an introduction video to showcase *Feeling Responsive*
* [Submit *Feeling Responsive* to jekyllthemes.org](http://jekyllthemes.org/)
* Optimize HTML and use Schema.org-Attributes  <http://schema.org/Article>