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

github.com/darshanbaral/aafu.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarshan Baral <darshanbaral@gmail.com>2019-07-27 05:30:20 +0300
committerDarshan Baral <darshanbaral@gmail.com>2019-07-27 05:30:20 +0300
commit4e353c33dacfa7f0acc4406c857ca9daae750daf (patch)
tree6280c63a75f091f12c090be19602c5e303bc74da /layouts
parentc1585f95317a5710ee8ca5bee435bdf0858bfc3d (diff)
Include bootstrap.min.css
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/head.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index f2b9fea..6e71286 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -3,9 +3,7 @@
<link
rel="stylesheet"
- href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
- integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T"
- crossorigin="anonymous"
+ href="{{ `/css/bootstrap/bootstrap.min.css` | relURL }}"
/>
<link
rel="stylesheet"