Skip to content
Snippets Groups Projects
Commit a7c169e1 authored by Basil Shubin's avatar Basil Shubin
Browse files

Update README.md

parent 1a7e3b8f
No related branches found
No related tags found
No related merge requests found
......@@ -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"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment