From 3fae5dd37c658eb185fec2ad99dd11cacf97b7bb Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Mon, 20 Dec 2021 23:42:32 +0700 Subject: Add openring --- _templates/formbox.xml | 10 ++++++++++ _templates/openring.html | 12 ++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 _templates/formbox.xml create mode 100644 _templates/openring.html (limited to '_templates') diff --git a/_templates/formbox.xml b/_templates/formbox.xml new file mode 100644 index 0000000..2078071 --- /dev/null +++ b/_templates/formbox.xml @@ -0,0 +1,10 @@ + + https://lists.sr.ht/~cnx/site/{message_id} + https://lists.sr.ht/~cnx/site/{message_id} + {date} + {author} + On {date}, {author} wrote: + {subject} + + +{children} diff --git a/_templates/openring.html b/_templates/openring.html new file mode 100644 index 0000000..a585f17 --- /dev/null +++ b/_templates/openring.html @@ -0,0 +1,12 @@ +
+ {{range .Articles}} +
+

{{.Title}}

+ {{.Summary}}
+ {{.SourceTitle}}, + {{.Date | datef "2006-01-02"}} +
+ {{end}} +
+Generated by + openring -- cgit 1.4.1