Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/EmielH/hallo-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmiel Hollander <EmielH@users.noreply.github.com>2018-10-28 21:41:58 +0300
committerEmiel Hollander <EmielH@users.noreply.github.com>2018-10-28 21:41:58 +0300
commit1babe1a0e2c30660c6bba4ea4b5ec36c08470e50 (patch)
tree4992a1355481086ae0abf8895dd72f77e2f13701 /layouts
parent9fb7b4dc3deead3158da579eb489904099c96a36 (diff)
Remove links to nonexisting favicons
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/head.html5
1 files changed, 0 insertions, 5 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index 503ba66..829e9b8 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -25,11 +25,6 @@
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat:400,700">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.4.2/css/all.css" integrity="sha384-/rXc/GQVaYpyDdyxK+ecHPVYJSN9bmVFBvjA/9eOB+pb3F2w2N6fc5qB9Ew5yIns" crossorigin="anonymous">
- <!-- Favicon -->
- <link rel="icon" type="image/png" sizes="32x32" href="{{ .Site.BaseURL }}images/favicon-32x32.png">
- <link rel="icon" type="image/png" sizes="16x16" href="{{ .Site.BaseURL }}images/favicon-16x16.png">
- <link rel="apple-touch-icon" sizes="180x180" href="{{ .Site.BaseURL}}images/apple-touch-icon.png">
-
<!-- RSS -->
<link href="{{ .RSSLink }}" rel="alternate" type="application/rss+xml" title="{{ .Site.Title }}" />
</head>