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

github.com/themefisher/meghna-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.html34
1 files changed, 0 insertions, 34 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
deleted file mode 100644
index 89c744b..0000000
--- a/layouts/partials/head.html
+++ /dev/null
@@ -1,34 +0,0 @@
-<head>
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
- <meta name="description" content="{{if .IsHome}}{{ $.Site.Params.description }}{{else}}{{.Description}}{{end}}">
- <meta name="author" content="{{ $.Site.Params.author }}">
-
- {{ "<!-- Mobile Specific Meta -->" | safeHTML }}
- <meta name="viewport" content="width=device-width, initial-scale=1">
- {{ .Hugo.Generator }}
-
- <title> {{ .Title }} </title>
-
- {{"<!-- Favicon -->" |safeHTML}}
- <link rel="shortcut icon" type="image/x-icon" href="{{ "images/favicon.ico" | absURL }}"/>
-
- {{"<!-- CSS -->"|safeHTML}}
- {{"<!-- Fontawesome Icon font -->"|safeHTML}}
- <link rel="stylesheet" href="{{"plugins/themefisher-font/style.css" | absURL}}">
- {{"<!-- bootstrap.min css -->"|safeHTML}}
- <link rel="stylesheet" href="{{"plugins/bootstrap/dist/css/bootstrap.min.css"|absURL}}">
- {{"<!-- Animate.css -->"|safeHTML}}
- <link rel="stylesheet" href="{{"plugins/animate-css/animate.css"|absURL}}">
- {{"<!-- Magnific popup css -->"|safeHTML}}
- <link rel="stylesheet" href="{{"plugins/magnific-popup/dist/magnific-popup.css"|absURL}}">
- {{"<!-- Slick Carousel -->"|safeHTML}}
- <link rel="stylesheet" href="{{"plugins/slick-carousel/slick/slick.css"|absURL}}">
- <link rel="stylesheet" href="{{"plugins/slick-carousel/slick/slick-theme.css"|absURL}}">
- {{"<!-- Main Stylesheet -->"|safeHTML}}
- <link rel="stylesheet" href="{{"css/style.css"|absURL}}">
- {{ "<!-- Custom CSS -->" | safeHTML }}
- {{ range .Site.Params.custom_css }}
- <link rel="stylesheet" href="{{ . | absURL }}">
- {{ end }}
-
-</head> \ No newline at end of file