From 2bd2947a52df59e573726de1471c4fd76505b392 Mon Sep 17 00:00:00 2001 From: eug-vs Date: Wed, 20 Apr 2022 14:28:36 +0300 Subject: feat: add openring footer to blog posts --- openring-template.html | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 openring-template.html (limited to 'openring-template.html') diff --git a/openring-template.html b/openring-template.html new file mode 100644 index 0000000..a9f63e6 --- /dev/null +++ b/openring-template.html @@ -0,0 +1,49 @@ +
+

Articles from blogs I follow around the net

+
+ {{range .Articles}} +
+

+ {{.Title}} +

+

{{.Summary}}

+ + via {{.SourceTitle}} + + {{.Date | datef "January 2, 2006"}} +
+ {{end}} +
+

+ Generated by + openring +

+
+ -- cgit v1.2.3