From 09e904918b419173c5dd75a670b100a1533e7be0 Mon Sep 17 00:00:00 2001 From: Marc Coquand Date: Fri, 22 Sep 2023 13:13:24 -0300 Subject: Fix feed title and dates --- feed.njk | 2 +- posts/remote-work.njk | 1 + posts/web-and-words.njk | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/feed.njk b/feed.njk index c93f3f2..ce52b82 100644 --- a/feed.njk +++ b/feed.njk @@ -3,7 +3,7 @@ "permalink": "feed.xml", "eleventyExcludeFromCollections": true, "metadata": { - "title": "mccd ߸", + "title": "߸ mccd", "subtitle": "Thoughts.", "language": "en", "url": "https://mccd.space", diff --git a/posts/remote-work.njk b/posts/remote-work.njk index 4a80bd6..0ae7999 100644 --- a/posts/remote-work.njk +++ b/posts/remote-work.njk @@ -2,6 +2,7 @@ layout: post.njk title: A Busy Bee's Guide to Remote Work tags: post +date: 2023-09-22 ---

diff --git a/posts/web-and-words.njk b/posts/web-and-words.njk index 8b682db..4c91150 100644 --- a/posts/web-and-words.njk +++ b/posts/web-and-words.njk @@ -2,6 +2,7 @@ layout: post.njk title: Web, Actions and Words tags: post +date: 2023-09-08 ---

On the Web, Words Speak Louder than Actions.

-- cgit v1.2.3