From bc7e6a2a852715018b132107b8051cf7b89a7f64 Mon Sep 17 00:00:00 2001 From: Jay Date: Wed, 4 Sep 2024 16:38:56 -0700 Subject: [PATCH 1/3] Update home.html --- _layouts/home.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/_layouts/home.html b/_layouts/home.html index 9a42153..5a85ce5 100644 --- a/_layouts/home.html +++ b/_layouts/home.html @@ -32,7 +32,9 @@

Full-Stack Developer

- 1
2
3
4
5
6
7
8
9
10
11
12
13
14 + {% for i in (1..14) %} + {{ i }}
+ {% endfor %}
From 2b17b2390636ed64b0502b1c34e9d009a01584ac Mon Sep 17 00:00:00 2001 From: Jay Date: Wed, 25 Dec 2024 23:18:47 -0800 Subject: [PATCH 2/3] Update footer.html --- _includes/footer.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_includes/footer.html b/_includes/footer.html index 3dc927e..af6683e 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -26,13 +26,13 @@

Social Media

-

Dolsity © 2024

+

Dolsity © 2025

{% if site.social_media %} From 38b9b75b56f1b91d9687115627fb19c1e04c75b3 Mon Sep 17 00:00:00 2001 From: Jay Date: Wed, 25 Dec 2024 23:21:27 -0800 Subject: [PATCH 3/3] Update _config.yml --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 3b55000..5431d07 100644 --- a/_config.yml +++ b/_config.yml @@ -36,7 +36,7 @@ projects: - name: Fora Bot description: Discover one of the most unusual economies found in a Discord Bot. github_url: https://github.com/Fora-Bot - web_url: https://forabot.xyz/ + # web_url: under_dev: false image_url: "./assets/img/forabot.png"