diff --git a/_includes/footer.html b/_includes/footer.html index a94b973..4de1f10 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -15,7 +15,7 @@
diff --git a/_includes/header.html b/_includes/header.html index f4524da..a012031 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -10,6 +10,13 @@ {% if site.google_site_verification %} {% endif %} + +{% if page.meta_description %} + +{% elsif page.description %} + +{% endif %} + {% if site.google_author %} {% endif %} diff --git a/_includes/pagination.html b/_includes/pagination.html new file mode 100644 index 0000000..a87760f --- /dev/null +++ b/_includes/pagination.html @@ -0,0 +1,38 @@ + + + {% for post in paginator.posts %} +{% if post.subtitle %}{{ post.subtitle }}{% endif %} {{ post.date | date: "%d.%m.%Y" }} · {% if post.categories %}{{ post.categories | join: ' · ' }}{% endif %}
+
+ {% if post.image.thumb %}{% endif %}
+ {{ post.description }}
+ Read more ›
+
- Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. + Every good portfolio website has a blog with fresh news, thoughts and developments of your activities. Feeling Responsive offers you a fully functional blog, too. With an archive page to give readers a quick overview of all your posts.
diff --git a/roadmap.md b/roadmap.md index a7157bb..cc09981 100644 --- a/roadmap.md +++ b/roadmap.md @@ -11,5 +11,9 @@ permalink: "/roadmap/" ## ToDo * SEO › Add metadescription to header.html and front matter +* Add draft-templates for new pages/posts +* Adding [Open Graph for Jekyll](https://gist.github.com/pathawks/1406355) * Gallery Post Format -* Show how to use [Entypo-Icons](http://entypo.com) \ No newline at end of file +* Show how to use [Entypo-Icons](http://entypo.com) +* Step-by-Step-Guide to customize *Feeling Responsive* +* [