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

github.com/devcows/hugo-universal-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Moreno <adrian@morenomartinez.com>2016-06-29 16:52:03 +0300
committerAdrian Moreno <adrian@morenomartinez.com>2016-06-29 16:52:03 +0300
commit8f067fb99323e5053006053c19f2a7b3341b23cc (patch)
tree5198f45b1b0fd62f342ef20b5d0650651713d1e5 /layouts/partials/head.html
parent50278311b1e4de148a4276616a5d391d179b2dbf (diff)
Updates layouts
Diffstat (limited to 'layouts/partials/head.html')
-rw-r--r--layouts/partials/head.html7
1 files changed, 0 insertions, 7 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index 1629a35..2a55359 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -39,13 +39,6 @@
<!-- Favicon and apple touch icons-->
<link rel="shortcut icon" href="{{ .Site.BaseURL }}img/favicon.ico" type="image/x-icon" />
<link rel="apple-touch-icon" href="{{ .Site.BaseURL }}img/apple-touch-icon.png" />
- <link rel="apple-touch-icon" sizes="57x57" href="{{ .Site.BaseURL }}img/apple-touch-icon-57x57.png" />
- <link rel="apple-touch-icon" sizes="72x72" href="{{ .Site.BaseURL }}img/apple-touch-icon-72x72.png" />
- <link rel="apple-touch-icon" sizes="76x76" href="{{ .Site.BaseURL }}img/apple-touch-icon-76x76.png" />
- <link rel="apple-touch-icon" sizes="114x114" href="{{ .Site.BaseURL }}img/apple-touch-icon-114x114.png" />
- <link rel="apple-touch-icon" sizes="120x120" href="{{ .Site.BaseURL }}img/apple-touch-icon-120x120.png" />
- <link rel="apple-touch-icon" sizes="144x144" href="{{ .Site.BaseURL }}img/apple-touch-icon-144x144.png" />
- <link rel="apple-touch-icon" sizes="152x152" href="{{ .Site.BaseURL }}img/apple-touch-icon-152x152.png" />
<!-- owl carousel css -->
<link href="{{ .Site.BaseURL }}css/owl.carousel.css" rel="stylesheet">