Skip to content
Snippets Groups Projects
Commit 4c55d28d authored by Philippe O. Wagner's avatar Philippe O. Wagner Committed by GitHub
Browse files

Update README.md

parent 26f0a8a7
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
Django favicon plus is a simple django app which allows you to upload a image and it renders a wide variety for html link tags to display the favicon. These different tags are used for bookmark links on mobile devices or they appear if you favorite a website in your browser. Django favicon plus is a simple django app which allows you to upload a image and it renders a wide variety for html link tags to display the favicon. These different tags are used for bookmark links on mobile devices or they appear if you favorite a website in your browser.
##How to use: ## How to use:
Install django-favicon using PIP. Install django-favicon using PIP.
```shell ```shell
pip install django-favicon-plus pip install django-favicon-plus
...@@ -79,12 +79,12 @@ If you want to contribute something send a PR. ...@@ -79,12 +79,12 @@ If you want to contribute something send a PR.
[Favicon Cheat Sheet on github](https://github.com/audreyr/favicon-cheat-sheet) [Favicon Cheat Sheet on github](https://github.com/audreyr/favicon-cheat-sheet)
###Favicon ### Favicon
16x16 .ico or better .png 16x16 .ico or better .png
```html ```html
<link rel="shortcut icon" href="/images/favicon.png" /> <link rel="shortcut icon" href="/images/favicon.png" />
``` ```
###apple-touch-icon(-precomposed) ### apple-touch-icon(-precomposed)
57x57, 72x72, 114x114, and 144x144 57x57, 72x72, 114x114, and 144x144
highest resolution for ipad retina 144x144.png precomposed(=iOS won’t add any effects to the icon) highest resolution for ipad retina 144x144.png precomposed(=iOS won’t add any effects to the icon)
```html ```html
......
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