From 1edfd16420bd34ec9ec8bc67fe32d8aff9aaea6a Mon Sep 17 00:00:00 2001 From: etherware-novice <73374039+etherware-novice@users.noreply.github.com> Date: Mon, 29 Jul 2024 18:53:30 -0500 Subject: [PATCH] adds a link back to github --- _data/blinkers.csv | 2 -- _data/navigation.csv | 7 +++++++ _data/navigation.yml | 10 ---------- _includes/topnav.html | 7 ++++++- _layouts/default.html | 10 +++++----- _sass/main.scss | 1 + 6 files changed, 19 insertions(+), 18 deletions(-) create mode 100644 _data/navigation.csv delete mode 100644 _data/navigation.yml diff --git a/_data/blinkers.csv b/_data/blinkers.csv index efee1ab..c55efef 100644 --- a/_data/blinkers.csv +++ b/_data/blinkers.csv @@ -1,8 +1,6 @@ name anybrowser2.gif -cooltext462925409710685.gif dialup.gif -geo88x31.gif hatems.gif mspaint.gif nofuckingthanks.gif diff --git a/_data/navigation.csv b/_data/navigation.csv new file mode 100644 index 0000000..12b2985 --- /dev/null +++ b/_data/navigation.csv @@ -0,0 +1,7 @@ +name,link,img +home,/ +comics,/comics +link dump,/helpdump +guestbook,http://users3.smartgb.com/g/g.php?a=s&i=g36-36498-b6 +thanks page,/thanks +github repo,https://github.com/etherware-novice/comicsite,/assets/images/blinkers/cooltext462925409710685.gif diff --git a/_data/navigation.yml b/_data/navigation.yml deleted file mode 100644 index b73bd70..0000000 --- a/_data/navigation.yml +++ /dev/null @@ -1,10 +0,0 @@ -- name: home - link: / -- name: comics - link: /comic -- name: link dump - link: /helpdump -- name: free guestbook! - link: http://users3.smartgb.com/g/g.php?a=s&i=g36-36498-b6 -- name: thanks page - link: /thanks diff --git a/_includes/topnav.html b/_includes/topnav.html index ace682a..ddab998 100644 --- a/_includes/topnav.html +++ b/_includes/topnav.html @@ -1,6 +1,11 @@ diff --git a/_layouts/default.html b/_layouts/default.html index f7db470..8a627b5 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -26,11 +26,11 @@ navbar: topnav
diff --git a/_sass/main.scss b/_sass/main.scss index b4f931b..1fe3634 100644 --- a/_sass/main.scss +++ b/_sass/main.scss @@ -19,6 +19,7 @@ h1 { img { width: auto; height: auto; + margin: 2px; } .overlay {