mirror of
https://github.com/Mabbs/mabbs.github.io
synced 2025-12-20 02:05:36 +01:00
Update 4 files
- /assets/css/style.scss - /_layouts/post.html - /_layouts/default.html - /_data/ai-cache.json
This commit is contained in:
parent
ebc280932e
commit
d0ce029b94
4 changed files with 172 additions and 3 deletions
|
|
@ -12,7 +12,7 @@ layout: default
|
|||
<br /><br />
|
||||
</div>
|
||||
<script>
|
||||
BirthDay = new Date("{{ page.date | date: "%m/%d/%Y" }} 00:00:00");
|
||||
BirthDay = new Date("{{ page.date | date_to_xmlschema }}");
|
||||
today = new Date();
|
||||
timeold = (today.getTime() - BirthDay.getTime());
|
||||
secondsold = Math.floor(timeold / 1000);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue