summary refs log tree commit diff
path: root/_layouts/default.html
diff options
context:
space:
mode:
authormayx2025-04-27 15:54:45 +0000
committermayx2025-04-27 15:54:45 +0000
commitd0ce029b941fc8dc6de9d32cd8942e6dccdbdfc4 (patch)
tree35fa581ca9ecef876353dddc7f0428c82192daa7 /_layouts/default.html
parentebc280932ec010ecc0fb305650db91f7016dff11 (diff)
Update 4 files
- /assets/css/style.scss
- /_layouts/post.html
- /_layouts/default.html
- /_data/ai-cache.json
Diffstat (limited to '_layouts/default.html')
-rw-r--r--_layouts/default.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_layouts/default.html b/_layouts/default.html
index 7bcd897..0af8aad 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -29,7 +29,7 @@
   </script>
   {% endif %}
   <script>
-    var lastUpdated = new Date("{{ site.time | date: "%FT%T%z" }}");
+    var lastUpdated = new Date("{{ site.time | date_to_xmlschema }}");
     var BlogAPI = "https://summary.mayx.eu.org";
     function getSearchJSON(callback) {
       var searchData = JSON.parse(localStorage.getItem("blog_" + lastUpdated.valueOf()));