projects
/
dujemihanovic.xyz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a416d2
)
Bump stylesheet version
author
Duje Mihanović
<duje.mihanovic@skole.hr>
Thu, 17 Aug 2023 18:45:43 +0000
(20:45 +0200)
committer
Duje Mihanović
<duje.mihanovic@skole.hr>
Thu, 17 Aug 2023 18:45:43 +0000
(20:45 +0200)
layouts/_default/baseof.html
patch
|
blob
|
history
diff --git
a/layouts/_default/baseof.html
b/layouts/_default/baseof.html
index 4d53567ec71b94b5d4625d4d57d56b4a5c6743ae..1d66fe7f3b15bc0fbf05d65212a6115753151db8 100644
(file)
--- a/
layouts/_default/baseof.html
+++ b/
layouts/_default/baseof.html
@@
-3,7
+3,7
@@
<head>
{{ partial "meta.html" . }}
{{ $style := resources.Get "css/style.css" | resources.Minify }}
- <link rel="stylesheet" href="{{ $style.RelPermalink }}?v=1.
0
.0">
+ <link rel="stylesheet" href="{{ $style.RelPermalink }}?v=1.
1
.0">
<!-- I'm a brainlet and don't know how to properly fetch another page's feed. If you know, please tell me. -->
<link rel="alternate" type="application/rss+xml" href="{{ $.Site.BaseURL }}posts/index.xml" title="Blog | Duje Mihanović's Site">
</head>