Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Django Favicon Plus Reloaded
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AlekSIS®
Libraries
Django Favicon Plus Reloaded
Commits
a7c169e1
Commit
a7c169e1
authored
9 years ago
by
Basil Shubin
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
parent
1a7e3b8f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+1
-1
1 addition, 1 deletion
README.md
with
1 addition
and
1 deletion
README.md
+
1
−
1
View file @
a7c169e1
...
...
@@ -39,7 +39,7 @@ use the templatetag in your base.html
{% autoescape off %}{% placeFavicon %}{% endautoescape %}
```
this will create
(if MEDIA_URL is set to /media/ and if you didnt specified
`FAVICON_CONFIG`
in you settings.py)
:
this will create:
```
html
<link
rel=
"apple-touch-icon-precomposed"
size =
"180x180"
href=
"/media/favicon/fav-180.png"
/>
<link
rel=
"apple-touch-icon-precomposed"
size =
"152x152"
href=
"/media/favicon/fav-152.png"
/>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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