diff options
Diffstat (limited to 'layouts/partials/head.html')
-rw-r--r-- | layouts/partials/head.html | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html index a47a4dc..21fa644 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -8,9 +8,6 @@ <link rel="stylesheet" href="/css/syntax.css"> <link rel="stylesheet" href="/css/hyde.css"> <link rel="stylesheet" href="//fonts.googleapis.com/css?family=PT+Sans:400,400italic,700|Abril+Fatface"> - <!-- Icons --> - <link rel="apple-touch-icon-precomposed" sizes="144x144" href="/apple-touch-icon-144-precomposed.png"> - <link rel="shortcut icon" href="/favicon.ico"> <!-- RSS --> <link href="{{ .RSSlink }}" rel="alternate" type="application/rss+xml" title="{{ .Site.Title }}" /> </head> |