From 58f1530bcd15e6b0415c578c41f209fafbb92e13 Mon Sep 17 00:00:00 2001 From: wgroeneveld Date: Sun, 5 Apr 2020 10:46:30 +0200 Subject: [PATCH] fixes game info labels --- content/articles/aria-of-sorrow-retrospective.md | 4 ++++ content/articles/circle-of-the-moon-retrospective.md | 4 ++++ content/articles/wario-land-retrospective.md | 4 ++++ static/css/custom.css | 1 + 4 files changed, 13 insertions(+) diff --git a/content/articles/aria-of-sorrow-retrospective.md b/content/articles/aria-of-sorrow-retrospective.md index a2c76e5..ecc3530 100644 --- a/content/articles/aria-of-sorrow-retrospective.md +++ b/content/articles/aria-of-sorrow-retrospective.md @@ -6,6 +6,10 @@ imageActive = "/gif/aria-of-sorrow.gif" date = "2018-07-31" title = "Castlevania Aria of Sorrow: a retrospective" tags = ['Castlevania aria of sorrow', 'Castlevania', 'Castlevania gba', 'Aria of sorrow', 'Castlevania aos'] +game_platform = 'gba' +game_genre = 'Metroidvania' +game_release_year = '2002' +game_developer = 'Nintendo' weight = 0 +++ diff --git a/content/articles/circle-of-the-moon-retrospective.md b/content/articles/circle-of-the-moon-retrospective.md index fde3796..aff7db3 100644 --- a/content/articles/circle-of-the-moon-retrospective.md +++ b/content/articles/circle-of-the-moon-retrospective.md @@ -6,6 +6,10 @@ imageActive = "/img/articles/cotm_boss.jpg" date = "2018-09-09" title = "Castlevania Circle of the Moon: a retrospective" tags = ['Castlevania Circle of the Moon', 'Castlevania', 'Castlevania gba', 'Circle of the Moon', 'Castlevania cotm'] +game_platform = 'gba' +game_genre = 'Metroidvania' +game_release_year = '2001' +game_developer = 'Nintendo' weight = 0 +++ diff --git a/content/articles/wario-land-retrospective.md b/content/articles/wario-land-retrospective.md index 246e0ac..6f98acc 100644 --- a/content/articles/wario-land-retrospective.md +++ b/content/articles/wario-land-retrospective.md @@ -7,6 +7,10 @@ date = "2018-05-27" title = "Wario Land: a retrospective" tags = ['Super Mario Land 3: Super Wario Land', 'Wario Land II', 'Wario Land 3', 'Wario Land 4', 'Metroidvania'] keywords = ['Wario Land gameboy Retrospective', 'wario land gameboy', 'wario land gbc', 'wario land gb', 'wario land gba'] +game_platform = 'gbc' +game_genre = 'Platformer' +game_release_year = '2000' +game_developer = 'Nintendo' weight = 0 +++ diff --git a/static/css/custom.css b/static/css/custom.css index 5c60b3f..0c8c505 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -92,6 +92,7 @@ a.internal { .sidebar-header { font-weight: bold; padding-top: 10px; + padding-left: 10px; } .sidebar-date {