- {{ content | safe }}
-
+ {{ content | safe }}
+
-
+
-
-
+
+
diff --git a/_includes/postslist.njk b/_includes/postslist.njk
index 3dd0c49..7eb213e 100644
--- a/_includes/postslist.njk
+++ b/_includes/postslist.njk
@@ -4,7 +4,7 @@
{% if post.data.title %}{{ post.data.title }}{% else %}{{ post.url }}{% endif %}
{% for tag in post.data.tags %}
- {%- if tag != "post" -%}
+ {%- if tag != "posts" -%}
{% set tagUrl %}/tags/{{ tag }}/{% endset %}
{{ tag }}
{%- endif -%}
diff --git a/package.json b/package.json
index 5ae1844..c778369 100644
--- a/package.json
+++ b/package.json
@@ -22,7 +22,7 @@
},
"homepage": "https://github.com/11ty/eleventy-base-blog#readme",
"devDependencies": {
- "@11ty/eleventy": "^0.5.4",
+ "@11ty/eleventy": "^0.7.0",
"@11ty/eleventy-plugin-rss": "^1.0.3",
"@11ty/eleventy-plugin-syntaxhighlight": "^2.0.0",
"luxon": "^1.0.0",
diff --git a/posts/firstpost.md b/posts/firstpost.md
index 666a29a..0fc8a78 100644
--- a/posts/firstpost.md
+++ b/posts/firstpost.md
@@ -1,8 +1,8 @@
---
title: This is my first post.
+description: This is a post on My Blog about agile frameworks.
date: 2018-05-01
tags:
- - post
- another-tag
layout: layouts/post.njk
---
diff --git a/posts/fourthpost.md b/posts/fourthpost.md
index 9107bcf..4f11fd4 100644
--- a/posts/fourthpost.md
+++ b/posts/fourthpost.md
@@ -1,5 +1,6 @@
---
title: This is my fourth post.
+description: This is a post on My Blog about touchpoints and circling wagons.
date: 2018-09-30
tags: second-tag
layout: layouts/post.njk
diff --git a/posts/posts.json b/posts/posts.json
new file mode 100644
index 0000000..17f25d5
--- /dev/null
+++ b/posts/posts.json
@@ -0,0 +1,5 @@
+{
+ "tags": [
+ "posts"
+ ]
+}
diff --git a/posts/secondpost.md b/posts/secondpost.md
index bee6fcc..f9ecade 100644
--- a/posts/secondpost.md
+++ b/posts/secondpost.md
@@ -1,8 +1,8 @@
---
title: This is my second post.
+description: This is a post on My Blog about leveraging agile frameworks.
date: 2018-07-04
tags:
- - post
- number-2
layout: layouts/post.njk
---
diff --git a/posts/thirdpost.md b/posts/thirdpost.md
index 6688b55..fb8c056 100644
--- a/posts/thirdpost.md
+++ b/posts/thirdpost.md
@@ -1,8 +1,8 @@
---
title: This is my third post.
+description: This is a post on My Blog about win-win survival strategies.
date: 2018-08-24
tags:
- - post
- second-tag
layout: layouts/post.njk
---