Update 4 files

- /assets/css/style.scss
- /_layouts/post.html
- /_layouts/default.html
- /_data/ai-cache.json
This commit is contained in:
mayx
2025-04-27 15:54:45 +00:00
parent ebc280932e
commit d0ce029b94
4 changed files with 172 additions and 3 deletions

View File

@@ -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()));