diff options
author | mayx | 2024-10-04 07:13:10 +0000 |
---|---|---|
committer | mayx | 2024-10-04 07:13:10 +0000 |
commit | 38c549606edbb072341a10087684703220e394ed (patch) | |
tree | 4802d5babfd790e49553d1367d487eaf8db9e79a /_layouts/default.html | |
parent | 443d65ac50137666963a3c6b7445c4d40253a8c0 (diff) |
Update 4 files
- /_layouts/default.html - /_layouts/post.html - /_posts/2024-10-01-suggest.md - /js/main.js
Diffstat (limited to '_layouts/default.html')
-rw-r--r-- | _layouts/default.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/_layouts/default.html b/_layouts/default.html index 20595ac..f15881c 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -27,6 +27,7 @@ gtag('config', '{{ site.google_analytics }}'); var lastUpdated = new Date("{{ site.time | date: "%FT%T%z" }}"); + var BlogAPI = "https://summary.mayx.eu.org"; function getSearchJSON(callback) { var searchData = JSON.parse(localStorage.getItem("blog_" + lastUpdated.valueOf())); if (!searchData) { |