From 9fcb38b42d71c3752a19866273d15e14b3dfa34d Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sat, 27 Aug 2022 15:19:11 +0200 Subject: Added Openring --- themes/simple/layouts/_default/single.html | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'themes/simple/layouts/_default/single.html') diff --git a/themes/simple/layouts/_default/single.html b/themes/simple/layouts/_default/single.html index 297d90e..6e85b1b 100644 --- a/themes/simple/layouts/_default/single.html +++ b/themes/simple/layouts/_default/single.html @@ -2,7 +2,7 @@
-
+

{{.Title}}

@@ -34,13 +34,19 @@ {{ $randomPosts := shuffle (where .Site.RegularPages "Type" "posts") | first 5 }} {{ range $randomPosts }}
  • - - + + +

    {{.Summary}}

  • {{end}} +
    + + + {{ partial "openring.html" . }} +
    {{ end }} -- cgit v1.2.3