Replace font-awesome by bootstrap icons

This commit is contained in:
nemunaire 2023-02-09 11:47:06 +01:00
commit 9d1dcb331b
1966 changed files with 14879 additions and 44 deletions

View file

@ -20,7 +20,7 @@
{{ end }}
<link rel="stylesheet" href="/css/bootstrap.min.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" crossorigin="anonymous">
<link rel="stylesheet" href="/icons/bootstrap-icons.css">
<!-- Theme stylesheet, if possible do not edit this stylesheet -->
{{ if and (isset .Site.Params "style") .Site.Params.style }}