logo

blog

My little blog can’t be this cute! git clone https://hacktivis.me/git/blog.git
commit: 4f1e2b82b7ee30633b144e97bb66a960797b9cf5
parent 7ad5bfc60d89bab169206bb986a3f2b9cea7d77c
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:

Manimelist.shtml4++--
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>