mirror of
https://github.com/Mabbs/mabbs.github.io
synced 2025-07-21 10:32:02 +00:00
Update 2 files
- /_layouts/post.html - /_layouts/default.html
This commit is contained in:
parent
d00e310673
commit
6cb9535ecc
@ -16,11 +16,11 @@
|
|||||||
<link rel="pingback" href="https://webmention.io/mabbs.github.io/xmlrpc" />
|
<link rel="pingback" href="https://webmention.io/mabbs.github.io/xmlrpc" />
|
||||||
<link rel="blogroll" type="text/xml" href="/blogroll.opml" />
|
<link rel="blogroll" type="text/xml" href="/blogroll.opml" />
|
||||||
<link rel="me" href="https://github.com/Mabbs" />
|
<link rel="me" href="https://github.com/Mabbs" />
|
||||||
|
<script src="/assets/js/jquery.min.js"></script>
|
||||||
<!--[if lt IE 9]>
|
<!--[if lt IE 9]>
|
||||||
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.min.js"></script>
|
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.min.js"></script>
|
||||||
|
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery-ajaxtransport-xdomainrequest/1.0.3/jquery.xdomainrequest.min.js"></script>
|
||||||
<![endif]-->
|
<![endif]-->
|
||||||
|
|
||||||
<script src="/assets/js/jquery.min.js"></script>
|
|
||||||
<script>
|
<script>
|
||||||
var lastUpdated = new Date("{{ site.time | date_to_rfc822 }}");
|
var lastUpdated = new Date("{{ site.time | date_to_rfc822 }}");
|
||||||
var BlogAPI = "https://summary.mayx.eu.org";
|
var BlogAPI = "https://summary.mayx.eu.org";
|
||||||
|
@ -108,6 +108,7 @@ $.get(BlogAPI + "/suggest?id={{ page.url }}&update=" + lastUpdated.valueOf(), fu
|
|||||||
</script>
|
</script>
|
||||||
<!-- <![endif]-->
|
<!-- <![endif]-->
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
<br />
|
||||||
<div class="pagination">
|
<div class="pagination">
|
||||||
{% if page.previous.url %}
|
{% if page.previous.url %}
|
||||||
<span class="prev">
|
<span class="prev">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user