Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Bryan BRANCOTTE
django-basetheme-bootstrap
Commits
8f9ced1f
Commit
8f9ced1f
authored
Sep 26, 2019
by
Bryan BRANCOTTE
Browse files
block favicon can be completely be overridden
parent
102b6577
Pipeline
#15273
passed with stage
in 25 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
basetheme_bootstrap/templates/basetheme_bootstrap/basePasteur.html
View file @
8f9ced1f
...
...
@@ -8,7 +8,7 @@
<title>
{% block title %}{% endblock %}
</title>
<meta
charset=
"utf-8"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1, shrink-to-fit=no"
>
<link
rel=
"icon"
href=
"
{% block favicon %}
/static/img/favicon.png{% endblock %}
"
>
{% block favicon %}
<link
rel=
"icon"
href=
"/static/img/favicon.png
"
>
{% endblock %}
<!-- Bootstrap core CSS -->
<link
rel=
"stylesheet"
href=
"https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
...
...
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