From 4913be790d72880a040bf96b4cb33a015a129aee Mon Sep 17 00:00:00 2001 From: Kazhnuz Date: Wed, 4 Oct 2023 13:36:05 +0200 Subject: [PATCH] feat: use a smaller version of fork-awesome --- comments.php | 10 +-- components/article/breadcrumb.php | 6 +- components/article/terms.php | 6 +- components/featured.php | 2 +- components/footer-content.php | 8 +- components/mobile-sidebar.php | 4 +- components/navbar-category.php | 2 +- components/navbar-pages.php | 6 +- components/opengraph.php | 9 +- components/posts-list.php | 2 +- components/sidebar/archives.php | 2 +- components/sidebar/categories.php | 2 +- components/sidebar/last-articles.php | 2 +- components/sidebar/links.php | 2 +- components/sidebar/tags.php | 2 +- dep/iconfont/fonts/icomoon.eot | Bin 0 -> 25900 bytes dep/iconfont/fonts/icomoon.svg | 121 +++++++++++++++++++++++++++ dep/iconfont/fonts/icomoon.ttf | Bin 0 -> 25736 bytes dep/iconfont/fonts/icomoon.woff | Bin 0 -> 25812 bytes dep/iconfont/fonts/icomoon.woff2 | Bin 0 -> 12816 bytes dep/iconfont/style.css | 1 + functions/breadcrumb.php | 4 +- header.php | 4 +- home.php | 2 +- page-about.php | 6 +- page-links.php | 4 +- style.css | 11 ++- taxonomy-roman.php | 2 +- 28 files changed, 176 insertions(+), 44 deletions(-) create mode 100644 dep/iconfont/fonts/icomoon.eot create mode 100644 dep/iconfont/fonts/icomoon.svg create mode 100644 dep/iconfont/fonts/icomoon.ttf create mode 100644 dep/iconfont/fonts/icomoon.woff create mode 100644 dep/iconfont/fonts/icomoon.woff2 create mode 100644 dep/iconfont/style.css diff --git a/comments.php b/comments.php index 00de4d0..d7b6641 100644 --- a/comments.php +++ b/comments.php @@ -44,7 +44,7 @@ $oddcomment = 'alt'; - + comment_status) : ?> @@ -70,13 +70,13 @@ $oddcomment = 'alt'; -

Ce site utilise Akismet pour réduire les contenus indésirables (spam, etc). En savoir plus sur la façon dont les données de vos commentaires sont traitées.

+

Ce site utilise Akismet pour réduire les contenus indésirables (spam, etc). En savoir plus sur la iconçon dont les données de vos commentaires sont traitées.

" aria-label="Username" value="" size="40" />
@@ -111,4 +111,4 @@ $oddcomment = 'alt'; - + diff --git a/components/article/breadcrumb.php b/components/article/breadcrumb.php index be0973c..e8b4685 100644 --- a/components/article/breadcrumb.php +++ b/components/article/breadcrumb.php @@ -5,16 +5,16 @@ if (has_category('chapters')) { $romans = get_the_terms($post->ID, 'roman'); foreach( $romans as $roman ) { - echo ""; + echo ""; } } else { $categories = get_the_category(); foreach( $categories as $category ) { - echo ""; + echo ""; } } - ?> + ?> diff --git a/components/article/terms.php b/components/article/terms.php index f2b4b58..c5eabc8 100644 --- a/components/article/terms.php +++ b/components/article/terms.php @@ -5,7 +5,7 @@ echo '

Romans

'; $romans = get_the_terms($post->ID, 'roman'); foreach( $romans as $roman ) { - echo "
  •  " . $roman->name . "
  • "; + echo "
  •  " . $roman->name . "
  • "; } echo ""; } else { @@ -13,7 +13,7 @@ echo ""; } @@ -22,7 +22,7 @@ echo ""; } diff --git a/components/featured.php b/components/featured.php index dd74d64..fca7a99 100644 --- a/components/featured.php +++ b/components/featured.php @@ -22,7 +22,7 @@
    diff --git a/components/footer-content.php b/components/footer-content.php index d225f77..bcd9b4b 100644 --- a/components/footer-content.php +++ b/components/footer-content.php @@ -5,20 +5,20 @@ $menu = wp_get_nav_menu_items($listmenu['social']); if ($menu != null) { foreach ($menu as $menuElement) { - echo '
  • '; + echo '
  • '; } } ?>
  • @@ -28,7 +28,7 @@

    Les contenus sont diffusé sous licence Creative Common Attribution - Partage à l'Identique 4.0 - hors mention contraire.

    -

    Ces licences vous autorise à partager et copier mes travaux, tant que vous me citiez en source, et que vous autorisez la même chose pour les travaux qui en seraient dérivés. N'hésitez pas à partager !

    +

    Ces licences vous autorise à partager et copier mes travaux, tant que vous me citiez en source, et que vous autorisez la même chose pour les travaux qui en seraient dérivés. N'hésitez pas à partager !

    diff --git a/components/mobile-sidebar.php b/components/mobile-sidebar.php index a006908..4fb716d 100644 --- a/components/mobile-sidebar.php +++ b/components/mobile-sidebar.php @@ -7,7 +7,7 @@

    Menu principal

  • - Accueil + Accueil
  • - \ No newline at end of file + \ No newline at end of file diff --git a/components/navbar-category.php b/components/navbar-category.php index 31502ea..59bac2b 100644 --- a/components/navbar-category.php +++ b/components/navbar-category.php @@ -9,7 +9,7 @@ ?>
  • - name ?> + name ?> diff --git a/components/opengraph.php b/components/opengraph.php index 23f3c83..306c653 100644 --- a/components/opengraph.php +++ b/components/opengraph.php @@ -1,6 +1,6 @@ ID )) { - $image = get_template_directory_uri() . "/img/default-preview.png"; + $image = get_template_directory_uri() . "/img/deiconult-preview.png"; } else { $image = get_the_post_thumbnail_url(); } @@ -12,4 +12,11 @@ '/> + + + + '/> + '/> + + '/> diff --git a/components/posts-list.php b/components/posts-list.php index 0d5e3a7..e79462a 100644 --- a/components/posts-list.php +++ b/components/posts-list.php @@ -4,7 +4,7 @@
    diff --git a/components/sidebar/archives.php b/components/sidebar/archives.php index 1b099d5..a9f0111 100644 --- a/components/sidebar/archives.php +++ b/components/sidebar/archives.php @@ -1,5 +1,5 @@
    -

    Archives

    +

    Archives