From 7babc88ca6fb9bcbf88ec3e0e1148279985e9a44 Mon Sep 17 00:00:00 2001 From: NinjaCheetah <58050615+NinjaCheetah@users.noreply.github.com> Date: Fri, 27 Jan 2023 16:16:32 +0000 Subject: [PATCH] Switched to Bootstrap alert on archived project pages instead of an image --- Gemfile.lock | 1 + _layouts/program.html | 4 +++- projects/index.html | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 6d0f00c..ede0944 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -66,6 +66,7 @@ GEM PLATFORMS x86_64-darwin-21 + x86_64-linux DEPENDENCIES jekyll (~> 4.2) diff --git a/_layouts/program.html b/_layouts/program.html index c6e2630..461b654 100644 --- a/_layouts/program.html +++ b/_layouts/program.html @@ -4,7 +4,9 @@ layout: default
{% if page.archived == true %} - A banner showing that this project is archived. + {% endif %} The icon for {{ page.title }}.

{{ page.title }}

diff --git a/projects/index.html b/projects/index.html index 8d46041..70d2f7a 100644 --- a/projects/index.html +++ b/projects/index.html @@ -74,7 +74,7 @@ layout: default
{{ item.truename }}
{{ item.author }}

{{ item.desc }}

- Source + Source