commit: c8f397b2c3deb613ae85c71a2d90c94229238a25
parent 63250a56c228e019c04e20ede7a79956e2b72f93
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Fri, 18 Sep 2020 01:38:31 +0200
animelist: Add ?serial on sortable.{js,css}, defer JS
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/animelist.shtml b/animelist.shtml
@@ -3,7 +3,8 @@
<head>
<!--#include file="templates/head.shtml" -->
<title>lanodan’s cyber-home — Anime List</title>
- <link rel="stylesheet" href="css/sorttable.css"/>
+ <link rel="stylesheet" href="css/sorttable.css?serial=2020091801"/>
+ <script defer="" src="javascript/sorttable.js?serial=2020091801"></script>
</head>
<body>
<!--#set var="feedUrl" value='http://gitlab.com/lanodan/blog/commits/master/animelist.shtml.atom' --><!--#include file="/templates/en/nav.shtml" -->
@@ -412,6 +413,5 @@
</table>
</section>
<!--#include file="templates/en/footer.shtml" -->
- <script src="javascript/sorttable.js"></script>
</body>
</html>