Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Louis Paternault
Sciences numériques et technologie
Commits
a98bc6ad
Commit
a98bc6ad
authored
Nov 21, 2022
by
Louis Paternault
Browse files
Ajout (et légère modif) du CSS bootstrap pour ne plus faire appel à fonts.googleapis.com
parent
7c6258db
Pipeline
#550686
passed with stages
in 1 minute and 49 seconds
Changes
2
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
assets/static/bootstrap.min.css
0 → 100644
View file @
a98bc6ad
This diff is collapsed.
Click to expand it.
templates/layout.html
View file @
a98bc6ad
...
...
@@ -6,7 +6,7 @@
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1, shrink-to-fit=no"
>
<!-- Bootstrap CSS -->
<link
rel=
"stylesheet"
href=
"
https://maxcdn.bootstrapcdn.com/bootswatch/4.0.0/litera/bootstrap.min.css"
crossorigin=
"anonymous
"
>
<link
rel=
"stylesheet"
href=
"
{{ "
/
static
/
bootstrap.min.css
"|
asseturl
}}
"
>
<!-- CSS Perso (aussi peu que possible) -->
<link
rel=
"stylesheet"
href=
"{{ "
/
static
/
style.css
"|
asseturl
}}"
>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment