From ea4a9f3760f4771453c45b1bfbf5c1e6e37f81ed Mon Sep 17 00:00:00 2001 From: Isaac Mills Date: Wed, 24 Apr 2024 00:17:07 -0400 Subject: [PATCH] Add published attribute to articles --- src/how_to_run_a_journal.dj | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/how_to_run_a_journal.dj b/src/how_to_run_a_journal.dj index 14a12ae..ca600bd 100644 --- a/src/how_to_run_a_journal.dj +++ b/src/how_to_run_a_journal.dj @@ -1,3 +1,5 @@ +`attributes`{published="2024-04-23 12:11"} + # Web-dev, and the Power of Simplicity. Hi! I'm Isaac Mills, I'm the guy managing the infrastructure behind Compute! In this article, I'd like to talk about just that: the infra behind this media outlet, how it all works, and why it is the way it is.