diff --git a/_layouts/frontpage.html b/_layouts/frontpage.html index ee30012..200270a 100644 --- a/_layouts/frontpage.html +++ b/_layouts/frontpage.html @@ -65,7 +65,7 @@ format: blog-index
{% if post.subheadline %}{{ post.subheadline }}{% endif %}
- {% 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 %} {{ site.data.language.read_more }}
{% endfor %} diff --git a/_posts/design/2015-02-10-header-with-text.md b/_posts/design/2015-02-10-header-with-text.md index b90e132..de3a289 100644 --- a/_posts/design/2015-02-10-header-with-text.md +++ b/_posts/design/2015-02-10-header-with-text.md @@ -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 diff --git a/pages/roadmap.md b/pages/roadmap.md index ae0d081..2d50827 100644 --- a/pages/roadmap.md +++ b/pages/roadmap.md @@ -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 ›