diff options
Diffstat (limited to 'juick-www/src/main/webapp')
-rw-r--r-- | juick-www/src/main/webapp/WEB-INF/layouts/content.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/juick-www/src/main/webapp/WEB-INF/layouts/content.html b/juick-www/src/main/webapp/WEB-INF/layouts/content.html index dedfbc30..0f6f8dac 100644 --- a/juick-www/src/main/webapp/WEB-INF/layouts/content.html +++ b/juick-www/src/main/webapp/WEB-INF/layouts/content.html @@ -11,6 +11,7 @@ <title>{{ title | default('Juick') }}</title> <meta name="viewport" content="width=device-width,initial-scale=1" /> <link rel="icon" href="//i.juick.com/favicon.png" /> + <link rel="apple-touch-icon" href="//i.juick.com/apple-touch-icon.png" /> </head> <body id="body"> {% include "views/partial/navigation" %} @@ -24,4 +25,4 @@ </aside> {% include "views/partial/footer" %} </body> -</html>
\ No newline at end of file +</html> |