summaryrefslogtreecommitdiff
path: root/layouts/_default/baseof.html
diff options
context:
space:
mode:
authorNantha Sorubakanthan <nantha@mielota.com>2025-10-29 17:08:10 +0100
committerNantha Sorubakanthan <nantha@mielota.com>2025-10-29 17:08:10 +0100
commite35331bee9753d40f8c426b0c69dd7713ca0c1b0 (patch)
tree3e1efc9c9c94f854f89e90975284b5e27547f3db /layouts/_default/baseof.html
parentdd31c88a85a0301ea01484f9d3030694b0ecbbce (diff)
updates to css template and dns guide
Diffstat (limited to 'layouts/_default/baseof.html')
-rw-r--r--layouts/_default/baseof.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 466d748..a031c88 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -4,7 +4,7 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
- <link rel="stylesheet" type="text/css" href="/style.css?v=1.0.4">
+ <link rel="stylesheet" type="text/css" href="/{{ .Site.Params.css }}">
<title>{{ if .IsHome }}{{ site.Title }}{{ else }}{{ .Title }}{{ end }}</title>
<meta name="author" content="{{ .Site.Params.email }} ({{ .Site.Params.name }})">
<meta name="description" content="{{- plainify (chomp .Summary) -}}">