From 6704528d8de95626ba789684512392b5fbb5dbdb Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Sat, 25 Apr 2015 15:43:13 +0200 Subject: [PATCH] Stub for archive page --- archive/archive.html | 29 +++++++++++++++++++++++++++++ archive/index.html | 9 +++++++++ 2 files changed, 38 insertions(+) create mode 100644 archive/archive.html create mode 100644 archive/index.html diff --git a/archive/archive.html b/archive/archive.html new file mode 100644 index 0000000..8bda794 --- /dev/null +++ b/archive/archive.html @@ -0,0 +1,29 @@ +--- +layout: default +title: "Blog Archive" +teaser: "Check out all blog posts in my blog archive. Click on a headline to read the teaser." +breadcrumb: true +image: + header: header_unsplash_8.jpg +permalink: "/archive/" +--- +
+
+

{{ page.title }}

+ {% if page.teaser %}

{{ page.teaser }}

{% endif %} + +
+ {% assign counter = 1 %} + {% for post in site.posts limit:1000 %} +
+ {% if post.subheadline %}{{ post.subheadline }} › {% endif %}{{ post.title }} +
+ {% if post.meta_description %}{{ post.meta_description | strip_html | escape }}{% elsif post.teaser %}{{ post.teaser | strip_html | escape }}{% endif %} + {{ site.data.language.read_more }}

+
+
+ {% assign counter=counter | plus:1 %} + {% endfor %} +
+
+
diff --git a/archive/index.html b/archive/index.html new file mode 100644 index 0000000..fd8f1f5 --- /dev/null +++ b/archive/index.html @@ -0,0 +1,9 @@ +--- +layout: blog +title: "Blog" +teaser: "This is the Feeling Responsive Blog Template." +image: + header: "unsplash_6_bus_header.jpg" + thumb: "unsplash_6_bus_thumb.jpg" +--- +