diff options
| author | Nantha Sorubakanthan <nantha@mielota.com> | 2025-10-28 12:16:38 +0100 |
|---|---|---|
| committer | Nantha Sorubakanthan <nantha@mielota.com> | 2025-10-28 12:16:38 +0100 |
| commit | e5b9062581dec4af2a0be68c8142b3cc295fa63b (patch) | |
| tree | bcc8eb848ad4c3cee3f6415cea8fefa8dd2d43f8 /layouts/_default | |
| parent | 430e143094d4e17050e9ce11df9e06e0ac9736d8 (diff) | |
Update stylesheet
Diffstat (limited to 'layouts/_default')
| -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 ac84d93..70b1802 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.3"> + <link rel="stylesheet" type="text/css" href="/style.css?v=1.0.4"> <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) -}}"> |
