aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/site/themes/coming-soon/layouts/partials/head.html
diff options
context:
space:
mode:
Diffstat (limited to 'site/themes/coming-soon/layouts/partials/head.html')
-rw-r--r--site/themes/coming-soon/layouts/partials/head.html12
1 files changed, 0 insertions, 12 deletions
diff --git a/site/themes/coming-soon/layouts/partials/head.html b/site/themes/coming-soon/layouts/partials/head.html
deleted file mode 100644
index a591c3f..0000000
--- a/site/themes/coming-soon/layouts/partials/head.html
+++ /dev/null
@@ -1,12 +0,0 @@
-<head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <title>{{ .Site.Params.title}}</title>
- <link rel="canonical" href="{{ .Permalink }}">
- {{ if .Site.Params.favicon }}
- <link rel="icon" type="image/x-icon" href="{{ .Site.Params.favicon | relURL}}">
- {{ else }}
- <link rel="icon" type="image/x-icon" href="{{ relURL "favicon.ico"}}">
- {{ end }}
- <link rel="stylesheet" href="{{ "/css/styles.css" | relURL }}">
-</head> \ No newline at end of file