Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
django-basetheme-bootstrap
Manage
Activity
Members
Labels
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Operate
Environments
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Bryan BRANCOTTE
django-basetheme-bootstrap
Commits
8f9ced1f
Commit
8f9ced1f
authored
5 years ago
by
Bryan BRANCOTTE
Browse files
Options
Downloads
Patches
Plain Diff
block favicon can be completely be overridden
parent
102b6577
No related branches found
Branches containing commit
Tags
v0.2.21
Tags containing commit
No related merge requests found
Pipeline
#15273
passed with stage
Stage:
in 25 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
basetheme_bootstrap/templates/basetheme_bootstrap/basePasteur.html
+1
-1
1 addition, 1 deletion
..._bootstrap/templates/basetheme_bootstrap/basePasteur.html
with
1 addition
and
1 deletion
basetheme_bootstrap/templates/basetheme_bootstrap/basePasteur.html
+
1
−
1
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"
...
...
This diff is collapsed.
Click to expand it.
Preview
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!
Save comment
Cancel
Please
register
or
sign in
to comment