From b62f217bbd0353ac85b88c60ebc7d71d1ec66674 Mon Sep 17 00:00:00 2001 From: Kazhnuz Date: Tue, 2 May 2023 11:31:38 +0200 Subject: [PATCH] feat: ajout lien de skip Fixes #16 --- 404.php | 2 +- archive.php | 2 +- category-blog.php | 2 +- category.php | 2 +- components/navbar-pages.php | 2 +- header.php | 3 +++ index.php | 2 +- page-about.php | 2 +- page-links.php | 2 +- page-roman.php | 2 +- page.php | 2 +- scss/utils/_a11y.scss | 15 +++++++++++++++ search.php | 2 +- single-notitle.php | 2 +- single.php | 2 +- style.css | 13 +++++++++++++ tag.php | 2 +- taxonomy-roman.php | 2 +- 18 files changed, 46 insertions(+), 15 deletions(-) diff --git a/404.php b/404.php index e3ed6e8..a677e20 100644 --- a/404.php +++ b/404.php @@ -1,5 +1,5 @@ -
+
404 Not Found
diff --git a/archive.php b/archive.php index f28d954..68ed015 100644 --- a/archive.php +++ b/archive.php @@ -1,5 +1,5 @@ -
+
diff --git a/category-blog.php b/category-blog.php index d7e23f4..64408a0 100644 --- a/category-blog.php +++ b/category-blog.php @@ -1,5 +1,5 @@ -
+
cat_ID ) . '/feed' ); ?> diff --git a/category.php b/category.php index e30ae0a..286475a 100644 --- a/category.php +++ b/category.php @@ -1,5 +1,5 @@ -
+
cat_ID ) . '/feed' ); ?> diff --git a/components/navbar-pages.php b/components/navbar-pages.php index db51ce1..c5741b4 100644 --- a/components/navbar-pages.php +++ b/components/navbar-pages.php @@ -1,6 +1,6 @@