diff options
author | Alan Pearce | 2014-06-08 11:31:05 +0100 |
---|---|---|
committer | Alan Pearce | 2014-06-08 11:31:05 +0100 |
commit | e6641a50b28832a919691fe3d8f5e631c45ef8c1 (patch) | |
tree | 5238ef808c7fadd962fbc30c7aa5b9c5e8ef1297 /layouts/partials | |
parent | df3d86d4c9a8b6330ced707806dd9ebad18613a8 (diff) | |
download | hyde-e6641a50b28832a919691fe3d8f5e631c45ef8c1.tar.lz hyde-e6641a50b28832a919691fe3d8f5e631c45ef8c1.tar.zst hyde-e6641a50b28832a919691fe3d8f5e631c45ef8c1.zip |
Remove HTML references to icons
Diffstat (limited to 'layouts/partials')
-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> |