summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
bc95cb4)
Utiliser `async` serait plus efficace, mais demanderait de modifier le script
(il y aurait une « race condition » avec l'évènement `DOMContentLoaded`)
<link rel="next" href="<TMPL_VAR NEXTURL>" title="<TMPL_VAR NEXTTITLE>" />
</TMPL_IF>
</TMPL_LOOP>
<link rel="next" href="<TMPL_VAR NEXTURL>" title="<TMPL_VAR NEXTTITLE>" />
</TMPL_IF>
</TMPL_LOOP>
+ <script defer src="<TMPL_VAR BASEURL>assets/scripts.js" type="text/javascript"></script>
</head>
<body class="">
<div class="body-wrapper">
</head>
<body class="">
<div class="body-wrapper">
<!-- <TMPL_IF HTML5></article><TMPL_ELSE></div></TMPL_IF> -->
</div><!-- body-wrapper -->
<!-- <TMPL_IF HTML5></article><TMPL_ELSE></div></TMPL_IF> -->
</div><!-- body-wrapper -->
-<script src="<TMPL_VAR BASEURL>assets/scripts.js" type="text/javascript"></script>