aboutsummaryrefslogtreecommitdiff
path: root/layouts
diff options
context:
space:
mode:
authorRasmus Dahlberg <rasmus@rgdd.se>2024-05-04 16:47:34 +0200
committerRasmus Dahlberg <rasmus@rgdd.se>2024-05-04 16:47:38 +0200
commitac015d9cbf9c5b253f4f0c02ab80848b4d68cd39 (patch)
tree1208f9e9fb61b758c8ec299996181f307cb26403 /layouts
parent7a921ba586ab10570c1045ca21a3a79c704c431f (diff)
Remove configuration that was moved into the theme
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/head.html27
-rw-r--r--layouts/partials/math.html0
2 files changed, 0 insertions, 27 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
deleted file mode 100644
index 0e97a2c..0000000
--- a/layouts/partials/head.html
+++ /dev/null
@@ -1,27 +0,0 @@
-<head>
- <meta charset="utf-8">
- <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
-
- <title>{{ .Title }}</title>
- <meta name="description" content="{{ .Site.Params.description }}">
- <meta name="author" content='{{ .Site.Params.author }}'>
-
- <link rel="stylesheet" href="/cdnjs/bootstrap.min.css">
- <link rel="stylesheet" href="/cdnjs/all.min.css">
- <link rel="stylesheet" href="/fontawesome/all.css">
-
- {{ $style := resources.Get "sass/researcher.scss" | resources.ExecuteAsTemplate "sass/researcher.scss" . | toCSS | minify }}
- <link rel="stylesheet" href="{{ $style.RelPermalink }}">
-
- {{ with .Site.Params.favicon }}
- <link rel="icon" type="image/ico" href="{{ . | absURL }}">
- {{ end }}
-
- {{ with .OutputFormats.Get "rss" -}}
- {{ printf `<link rel="%s" type="%s" href="%s" title="%s" />` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }}
- {{ end -}}
-
- {{ if not .Site.IsServer }}
- {{ template "_internal/google_analytics.html" . }}
- {{ end }}
-</head>
diff --git a/layouts/partials/math.html b/layouts/partials/math.html
deleted file mode 100644
index e69de29..0000000
--- a/layouts/partials/math.html
+++ /dev/null