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/list.html | 17 ++++++++++++----- themes/simple/layouts/_default/single.html | 12 +++++++++--- 2 files changed, 21 insertions(+), 8 deletions(-) (limited to 'themes/simple/layouts/_default') diff --git a/themes/simple/layouts/_default/list.html b/themes/simple/layouts/_default/list.html index a848fc0..7d9a1d9 100644 --- a/themes/simple/layouts/_default/list.html +++ b/themes/simple/layouts/_default/list.html @@ -16,17 +16,24 @@ +
+

Side projects I worked on

+
+ + + {{ partial "openring.html" . }} + {{ end }} 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