[gimp-web] Reverting new year header image.



commit 0b170412aab9399ed3184d69a35cf8f129ca2d6f
Author: Jehan <jehan girinstud io>
Date:   Sat Feb 19 16:08:10 2022 +0100

    Reverting new year header image.
    
    New year is over. Basically a revert of commit 90f94714 and followup
    fix.

 header-images.json    | 8 --------
 pelicanconf_common.py | 2 --
 2 files changed, 10 deletions(-)
---
diff --git a/header-images.json b/header-images.json
index c65274f6..b9c5d4aa 100644
--- a/header-images.json
+++ b/header-images.json
@@ -20,13 +20,5 @@
         "sourceURL": "https://silentumbrella.com/";,
         "file": "/images/frontpage/headers/Matador_Rocks.jpg",
         "license": "cc-by-sa"
-    },
-    {
-        "author": "Aryeom Han",
-        "authorURL": "https://film.zemarmot.net/";,
-        "title": "Hello 2022",
-        "sourceURL": 
"http://gimp.org/news/2021/12/31/gimp-2021-annual-report/2021-12-wilber-and-co-year-end-party.jpg";,
-        "file": "/news/2021/12/31/gimp-2021-annual-report/2021-12-wilber-and-co-year-end-party.jpg",
-        "license": "cc-by-sa 4.0"
     }
 ]
diff --git a/pelicanconf_common.py b/pelicanconf_common.py
index a9ac5ae4..cd2a9cc1 100644
--- a/pelicanconf_common.py
+++ b/pelicanconf_common.py
@@ -429,5 +429,3 @@ with open('header-images.json') as data:
     IMG_LIST = json.load(data)
 
 HEADER_IMG = IMG_LIST[ randint(0, len(IMG_LIST) - 1) ]
-# Temporary for the new year 2022.
-HEADER_IMG = IMG_LIST[3]


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]