mirror of
https://github.com/Mabbs/mabbs.github.io
synced 2025-09-10 12:25:24 +02:00
Update 3 files
- /assets/js/main.js - /_layouts/default.html - /_layouts/post.html
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
|
||||
<script src="/assets/js/jquery.min.js"></script>
|
||||
<script>
|
||||
var lastUpdated = new Date("{{ site.time | date_to_xmlschema }}");
|
||||
var lastUpdated = new Date("{{ site.time | date_to_rfc822 }}");
|
||||
var BlogAPI = "https://summary.mayx.eu.org";
|
||||
</script>
|
||||
<script src="/assets/js/main.js"></script>
|
||||
|
Reference in New Issue
Block a user