From 603934a9f7129382f276b91dc671adb398df8673 Mon Sep 17 00:00:00 2001 From: Neil Alexander Date: Sun, 25 Jul 2021 15:04:27 +0100 Subject: [PATCH] Unlisted blog posts --- _posts/2018-11-06-crypto-key-routing.md | 9 +++++---- blog.md | 2 ++ 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/_posts/2018-11-06-crypto-key-routing.md b/_posts/2018-11-06-crypto-key-routing.md index 1f3ac64..c5f1f4d 100644 --- a/_posts/2018-11-06-crypto-key-routing.md +++ b/_posts/2018-11-06-crypto-key-routing.md @@ -1,8 +1,9 @@ --- -layout: post -title: "Crypto-Key Routing" -date: 2018-11-06 23:00:00 -0000 -author: Neil Alexander +layout: post +title: "Crypto-Key Routing" +date: 2018-11-06 23:00:00 -0000 +author: Neil Alexander +unlisted: true --- ### Tunnelling over Yggdrasil diff --git a/blog.md b/blog.md index de0d79a..728f1aa 100644 --- a/blog.md +++ b/blog.md @@ -7,6 +7,7 @@ sitemap: true You can subscribe to our blog [using RSS](https://yggdrasil-network.github.io/feed.xml). {% for post in site.posts %} + {% if post.unlisted != true %}
{{ post.date | date: "%-d" }}
@@ -17,4 +18,5 @@ You can subscribe to our blog [using RSS](https://yggdrasil-network.github.io/fe
{{ post.excerpt | strip_html }}
+ {% endif %} {% endfor %}