This is an automated email from the ASF dual-hosted git repository.
grobmeier pushed a commit to branch jekyll
in repository https://gitbox.apache.org/repos/asf/logging-site.git
The following commit(s) were added to refs/heads/jekyll by this push:
new f7a4857a added new timestamp for css
f7a4857a is described below
commit f7a4857a9584a1cf1e4239ebb855f10f5af03b03
Author: Christian Grobmeier <[email protected]>
AuthorDate: Thu Dec 14 23:34:32 2023 +0100
added new timestamp for css
---
_includes/header.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/_includes/header.html b/_includes/header.html
index 82838ceb..18fe11a1 100644
--- a/_includes/header.html
+++ b/_includes/header.html
@@ -4,7 +4,7 @@
<link href="/css/asciidoctor-default.css" rel="stylesheet" type="text/css"
/>
<link href="/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
- <link href="/css/site.css?version=20231118" rel="stylesheet"
type="text/css" />
+ <link href="/css/site.css?version=20231214" rel="stylesheet"
type="text/css" />
<script src="/js/jquery.min.js"></script>
<script src="/js/bootstrap.min.js"></script>