update
This commit is contained in:
parent
74c2f9a235
commit
f738190202
3 changed files with 5 additions and 3 deletions
|
@ -65,7 +65,7 @@ format: blog-index
|
||||||
<p class="subheadline">{% if post.subheadline %}{{ post.subheadline }}{% endif %}</p>
|
<p class="subheadline">{% if post.subheadline %}{{ post.subheadline }}{% endif %}</p>
|
||||||
<h2><a href="{{ site.url }}{{ post.url }}">{{ post.title }}</a></h2>
|
<h2><a href="{{ site.url }}{{ post.url }}">{{ post.title }}</a></h2>
|
||||||
<p>
|
<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>
|
<a href="{{ site.url }}{{ post.url }}" title="Read {{ post.title escape_once }}"><strong>{{ site.data.language.read_more }}</strong></a>
|
||||||
</p>
|
</p>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
layout: page
|
layout: page
|
||||||
title: "Header With Text"
|
title: "Header With Text"
|
||||||
subheadline: "Headers With Style"
|
subheadline: "Headers With Style"
|
||||||
teaser: "Feeling Responsive allows you to use all kinds of headers. This header is with text."
|
teaser: "Feeling Responsive allows you to use all kinds of headers. This header is with text."
|
||||||
categories:
|
categories:
|
||||||
- design
|
- design
|
||||||
|
|
|
@ -11,6 +11,8 @@ permalink: "/roadmap/"
|
||||||
## ToDo
|
## ToDo
|
||||||
|
|
||||||
* Additional [header]({{ site.url }}/headers/) with text
|
* Additional [header]({{ site.url }}/headers/) with text
|
||||||
|
* Disqus comments
|
||||||
|
* Google AdSense ads
|
||||||
* Produce an introduction video to showcase *Feeling Responsive*
|
* Produce an introduction video to showcase *Feeling Responsive*
|
||||||
* [Submit *Feeling Responsive* to jekyllthemes.org](http://jekyllthemes.org/)
|
* [Submit *Feeling Responsive* to jekyllthemes.org](http://jekyllthemes.org/)
|
||||||
* Optimize HTML and use Schema.org-Attributes › <http://schema.org/Article>
|
* Optimize HTML and use Schema.org-Attributes › <http://schema.org/Article>
|
||||||
|
|
Reference in a new issue