From c455896ae9e69e2498742ff795e7886dee1ffa23 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Fri, 5 Feb 2021 09:55:25 +0100 Subject: Move source files into src --- _pages/posts.html | 44 -------------------------------------------- 1 file changed, 44 deletions(-) delete mode 100644 _pages/posts.html (limited to '_pages/posts.html') diff --git a/_pages/posts.html b/_pages/posts.html deleted file mode 100644 index 4f10758..0000000 --- a/_pages/posts.html +++ /dev/null @@ -1,44 +0,0 @@ ---- -layout: default -permalink: /posts/ -title: Blog posts -description: > - I occasionally write blogposts about things I find interesting. These are - usually programming, security or privacy related. ---- - -{% markdown %} -## Blog posts -{% endmarkdown %} - -{% include posts-intro.md %} - -{% for post in site.posts %} - {% if post.wip %}{% continue %}{% endif %} - {% assign this_year = post.date | date: "%Y" %} - - {% if this_year != prev_year %} - {% if forloop.first != true %} - - {% endif %} - -

{{ this_year }}

- - {% endif %} - - {% assign prev_year = post.date | date: "%Y" %} -{% endfor %} -- cgit v1.1