Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/icons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2021-02-18 23:22:07 +0300
committerMark Otto <otto@github.com>2022-01-29 21:52:28 +0300
commitaf3786309b73876f1613f5de80362db022a83906 (patch)
tree2ba0c0b6dadc232e258646ea48e2bcbbc236a826 /docs
parentcb283f9906226dd35d80e72216785acd04bc4c44 (diff)
docs: move font to assets
Diffstat (limited to 'docs')
-rw-r--r--docs/layouts/partials/stylesheet.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/layouts/partials/stylesheet.html b/docs/layouts/partials/stylesheet.html
index 0f6e4e635..ef2880ab1 100644
--- a/docs/layouts/partials/stylesheet.html
+++ b/docs/layouts/partials/stylesheet.html
@@ -1,5 +1,5 @@
<link rel="stylesheet" href="/assets/css/bootstrap.min.css">
-<link rel="stylesheet" href="/font/bootstrap-icons.css">
+<link rel="stylesheet" href="/assets/font/bootstrap-icons.css">
{{- $sassOptions := dict "targetPath" "assets/css/docs.css" "precision" 6 -}}
{{- $postcssOptions := dict "use" "autoprefixer" "noMap" true -}}