aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Johnson <nick@nicholasjohnson.ch>2024-05-26 00:00:00 +0000
committerNicholas Johnson <nick@nicholasjohnson.ch>2024-05-26 00:00:00 +0000
commit43f558390643aec8f7a807657904898eed2433c482a8e601d2b5107fbb08feaa (patch)
tree400a4976245c147fad1e22df8c733dd1bb3870d5abfdd15fccb7959de816c674
parent062d7e1ce2346a329f7c4546a8b224ef01c404b21759453a01da9c72eb8f7f5b (diff)
Remove extra css subdirectoryv1.3.1
-rw-r--r--assets/style.css (renamed from assets/css/style.css)0
-rw-r--r--layouts/partials/head.html2
2 files changed, 1 insertions, 1 deletions
diff --git a/assets/css/style.css b/assets/style.css
index b6d506f..b6d506f 100644
--- a/assets/css/style.css
+++ b/assets/style.css
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index 846de75..8132ec8 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -13,7 +13,7 @@
<link rel="stylesheet" type="text/css" href="{{ relURL . }}">
{{- end -}}
{{ else }}
- <link rel="stylesheet" type="text/css" href="{{ (resources.Get "css/style.css").RelPermalink }}">
+ <link rel="stylesheet" type="text/css" href="{{ (resources.Get "style.css").RelPermalink }}">
{{- end -}}
{{ if (not (fileExists "static/favicon.ico")) }}
<link rel="icon" href="data:,">