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>
|
||||
<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 %}
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
Reference in a new issue