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

github.com/themefisher/timer-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/head.html')
-rw-r--r--layouts/partials/head.html19
1 files changed, 9 insertions, 10 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index a89d3f2..c9b6237 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -8,26 +8,25 @@
{{ hugo.Generator }}
{{ "<!-- Mobile Specific Metas -->" | safeHTML }}
- <meta name="format-detection" content="telephone=no">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{{ .Title }}</title>
- <link rel="icon" href="{{ "images/favicon.ico" | absURL }}">
+ <link rel="icon" href="{{ `images/favicon.ico` | absURL }}">
{{ "<!-- Twitter Bootstrs CSS -->" | safeHTML }}
- <link rel="stylesheet" href="{{ "plugins/bootstrap/bootstrap.min.css" | absURL }}">
+ <link rel="stylesheet" href="{{ `plugins/bootstrap/bootstrap.min.css` | absURL }}">
{{ "<!-- Ionicons Fonts Css -->" | safeHTML }}
- <link rel="stylesheet" href="{{ "plugins/ionicons/ionicons.min.css" | absURL }}">
+ <link rel="stylesheet" href="{{ `plugins/ionicons/ionicons.min.css` | absURL }}">
{{ "<!-- animate css -->" | safeHTML }}
- <link rel="stylesheet" href="{{ "plugins/animate-css/animate.css" | absURL }}">
+ <link rel="stylesheet" href="{{ `plugins/animate-css/animate.css` | absURL }}">
{{ "<!-- Hero area slider css-->" | safeHTML }}
- <link rel="stylesheet" href="{{ "plugins/slider/slider.css" | absURL }}">
+ <link rel="stylesheet" href="{{ `plugins/slider/slider.css` | absURL }}">
{{ "<!-- slick slider -->" | safeHTML }}
- <link rel="stylesheet" href="{{ "plugins/slick/slick.css" | absURL }}">
+ <link rel="stylesheet" href="{{ `plugins/slick/slick.css` | absURL }}">
{{ "<!-- Fancybox -->" | safeHTML }}
- <link rel="stylesheet" href="{{ "plugins/facncybox/jquery.fancybox.css" | absURL }}">
+ <link rel="stylesheet" href="{{ `plugins/facncybox/jquery.fancybox.css` | absURL }}">
{{ "<!-- hover -->" | safeHTML }}
- <link rel="stylesheet" href="{{ "plugins/hover/hover-min.css" | absURL }}">
+ <link rel="stylesheet" href="{{ `plugins/hover/hover-min.css` | absURL }}">
{{ "<!-- template main css file -->" | safeHTML }}
{{ $styles := resources.Get "css/style.css" | minify}}
- <link rel="stylesheet" href="{{ $styles.Permalink }}" integrity="{{ $styles.Data.Integrity }}" media="screen">
+ <link rel="stylesheet" href="{{ $styles.Permalink }}" media="screen">
</head> \ No newline at end of file