From 963526f0a8a54279399bf82edf2d8b25215c75b8 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sun, 28 Aug 2022 06:55:03 +0200 Subject: Unified yellow background colors --- themes/simple/layouts/_default/list.html | 12 ++++++------ themes/simple/layouts/_default/single.html | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'themes/simple/layouts/_default') diff --git a/themes/simple/layouts/_default/list.html b/themes/simple/layouts/_default/list.html index 7d9a1d9..7870247 100644 --- a/themes/simple/layouts/_default/list.html +++ b/themes/simple/layouts/_default/list.html @@ -10,7 +10,7 @@ {{ range (where .Site.RegularPages "Section" "posts") }}
  • - +
  • {{end}} @@ -22,11 +22,11 @@

    Side projects I worked on

    diff --git a/themes/simple/layouts/_default/single.html b/themes/simple/layouts/_default/single.html index c3f100d..77071bb 100644 --- a/themes/simple/layouts/_default/single.html +++ b/themes/simple/layouts/_default/single.html @@ -45,7 +45,7 @@ {{ range $randomPosts }}
  • - +

    {{.Summary}}

  • {{end}} -- cgit v1.2.3