diff options
| author | Nantha Sorubakanthan <nantha@mielota.com> | 2025-10-29 17:08:10 +0100 |
|---|---|---|
| committer | Nantha Sorubakanthan <nantha@mielota.com> | 2025-10-29 17:08:10 +0100 |
| commit | e35331bee9753d40f8c426b0c69dd7713ca0c1b0 (patch) | |
| tree | 3e1efc9c9c94f854f89e90975284b5e27547f3db /layouts | |
| parent | dd31c88a85a0301ea01484f9d3030694b0ecbbce (diff) | |
updates to css template and dns guide
Diffstat (limited to 'layouts')
| -rw-r--r-- | layouts/_default/baseof.html | 2 |
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) -}}"> |
