diff options
author | Tobias Schmidl <tobias@schmidl.cc> | 2017-10-05 08:59:17 +0200 |
---|---|---|
committer | Tobias Schmidl <tobias@schmidl.cc> | 2017-10-11 09:37:56 +0200 |
commit | 79ff35f50617f08fee491448fd81353c8835b1dd (patch) | |
tree | e05ee67ed624dd3eb6326ca4825952f285d27c5d /Just-Read | |
parent | 30dff87cea164273fcfe10f816b70971a4fa0f3d (diff) | |
download | pelican-themes-79ff35f50617f08fee491448fd81353c8835b1dd.tar.gz |
Just Read: Added rel link for favicon
Diffstat (limited to 'Just-Read')
-rw-r--r-- | Just-Read/templates/base.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Just-Read/templates/base.html b/Just-Read/templates/base.html index b951fd1..a61b22b 100644 --- a/Just-Read/templates/base.html +++ b/Just-Read/templates/base.html @@ -52,7 +52,8 @@ <meta name="HandheldFriendly" content="True" /> <meta name="MobileOptimized" content="320" /> <meta name="viewport" content="width=device-width, target-densitydpi=160dpi, initial-scale=1.0" /> - + <link rel="shortcut icon" href="{{ SITEURL }}/favicon.ico" type="image/x-icon" /> + <link rel="icon" href="{{ SITEURL }}/favicon.ico" type="image/x-icon" /> <link href='https://fonts.googleapis.com/css?family=Droid+Sans:700,400|Droid+Sans+Mono' rel='stylesheet' type='text/css' /> <link rel="stylesheet" href="{{ SITEURL }}/theme/css/{{ CSS_FILE }}" type="text/css" /> |