From e5fb80009b6c248a41e47eeb9a11f506bb85047b Mon Sep 17 00:00:00 2001 From: historia Date: Wed, 9 Oct 2024 21:02:56 -0400 Subject: refactor: removed title argument to simplify code --- example/dst/404.html | 2 +- .../dst/Articles/an-interesting-article/index.html | 2 +- .../another-interesting-article/index.html | 2 +- example/dst/Articles/article3.html | 2 +- example/dst/Lists/board-games.html | 2 +- example/dst/Lists/movies.html | 2 +- example/dst/about.html | 2 +- example/dst/hed | 28 ---------------------- example/dst/index.html | 2 +- example/dst/style.css | 2 +- 10 files changed, 9 insertions(+), 37 deletions(-) delete mode 100644 example/dst/hed (limited to 'example/dst') diff --git a/example/dst/404.html b/example/dst/404.html index b56836c..4a91725 100644 --- a/example/dst/404.html +++ b/example/dst/404.html @@ -22,7 +22,7 @@ diff --git a/example/dst/Articles/an-interesting-article/index.html b/example/dst/Articles/an-interesting-article/index.html index 412e359..8e65041 100644 --- a/example/dst/Articles/an-interesting-article/index.html +++ b/example/dst/Articles/an-interesting-article/index.html @@ -22,7 +22,7 @@ diff --git a/example/dst/Articles/another-interesting-article/index.html b/example/dst/Articles/another-interesting-article/index.html index 31ef880..010c0f1 100644 --- a/example/dst/Articles/another-interesting-article/index.html +++ b/example/dst/Articles/another-interesting-article/index.html @@ -22,7 +22,7 @@ diff --git a/example/dst/Articles/article3.html b/example/dst/Articles/article3.html index e34e43a..75783b7 100644 --- a/example/dst/Articles/article3.html +++ b/example/dst/Articles/article3.html @@ -22,7 +22,7 @@ diff --git a/example/dst/Lists/board-games.html b/example/dst/Lists/board-games.html index 1693d1b..5a54f33 100644 --- a/example/dst/Lists/board-games.html +++ b/example/dst/Lists/board-games.html @@ -22,7 +22,7 @@ diff --git a/example/dst/Lists/movies.html b/example/dst/Lists/movies.html index a3499e5..dc7fc57 100644 --- a/example/dst/Lists/movies.html +++ b/example/dst/Lists/movies.html @@ -22,7 +22,7 @@ diff --git a/example/dst/about.html b/example/dst/about.html index 51897a4..89a14bf 100644 --- a/example/dst/about.html +++ b/example/dst/about.html @@ -22,7 +22,7 @@ diff --git a/example/dst/hed b/example/dst/hed deleted file mode 100644 index d90b226..0000000 --- a/example/dst/hed +++ /dev/null @@ -1,28 +0,0 @@ - - - - - - - Example - - -
- -
-
-▄███▄      ▄  ██   █▀▄▀█ █ ▄▄  █     ▄███▄   
-█▀   ▀ ▀▄   █ █ █  █ █ █ █   █ █     █▀   ▀  
-██▄▄     █ ▀  █▄▄█ █ ▄ █ █▀▀▀  █     ██▄▄    
-█▄   ▄▀ ▄ █   █  █ █   █ █     ███▄  █▄   ▄▀ 
-▀███▀  █   ▀▄    █    █   █        ▀ ▀███▀   
-        ▀       █    ▀     ▀                 
-               ▀                             
-
-
- -
diff --git a/example/dst/index.html b/example/dst/index.html index 8deec2f..86ad95d 100644 --- a/example/dst/index.html +++ b/example/dst/index.html @@ -22,7 +22,7 @@ diff --git a/example/dst/style.css b/example/dst/style.css index 4489ae8..5080521 100644 --- a/example/dst/style.css +++ b/example/dst/style.css @@ -46,7 +46,7 @@ a:hover, a:focus { } li + li { - margin-top:1em; + margin-top:0.2em; } ul img { -- cgit v1.2.3