From b770912b5e296a2b79166063094ebbb43fb36c4c Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Tue, 8 Aug 2023 15:59:08 +0200 Subject: Added openring --- templates/base.html | 14 ++++++++------ templates/includes/.gitkeep | 0 templates/openring.html | 14 ++++++++++++++ 3 files changed, 22 insertions(+), 6 deletions(-) create mode 100644 templates/includes/.gitkeep create mode 100644 templates/openring.html (limited to 'templates') diff --git a/templates/base.html b/templates/base.html index c4dfa3b..abee062 100644 --- a/templates/base.html +++ b/templates/base.html @@ -173,21 +173,23 @@ {{ block "content" . }}{{ end }} +
+
+ {{ template "openring.html" }} +
+ diff --git a/templates/includes/.gitkeep b/templates/includes/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/templates/openring.html b/templates/openring.html new file mode 100644 index 0000000..37776ab --- /dev/null +++ b/templates/openring.html @@ -0,0 +1,14 @@ +

Posts from blogs I follow around the net

+ + + +

+ Generated with openring. +

-- cgit v1.2.3