Merge pull request #1327 from mluto/order-styles-script
Optimize the order of styles and scriptspull/1330/merge
commit
2a89dc5913
|
@ -34,16 +34,16 @@
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0">
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0">
|
||||||
<link rel="shortcut icon" href="<%=settings.faviconPad%>">
|
<link rel="shortcut icon" href="<%=settings.faviconPad%>">
|
||||||
|
|
||||||
<link rel="localizations" type="application/l10n+json" href="../locales.json" />
|
|
||||||
<script type="text/javascript" src="../static/js/html10n.js"></script>
|
|
||||||
<script type="text/javascript" src="../static/js/l10n.js"></script>
|
|
||||||
|
|
||||||
<% e.begin_block("styles"); %>
|
<% e.begin_block("styles"); %>
|
||||||
<link href="../static/css/pad.css" rel="stylesheet">
|
<link href="../static/css/pad.css" rel="stylesheet">
|
||||||
<link href="../static/custom/pad.css" rel="stylesheet">
|
<link href="../static/custom/pad.css" rel="stylesheet">
|
||||||
<style title="dynamicsyntax"></style>
|
<style title="dynamicsyntax"></style>
|
||||||
<% e.end_block(); %>
|
<% e.end_block(); %>
|
||||||
|
|
||||||
|
<link rel="localizations" type="application/l10n+json" href="../locales.json" />
|
||||||
|
<script type="text/javascript" src="../static/js/html10n.js"></script>
|
||||||
|
<script type="text/javascript" src="../static/js/l10n.js"></script>
|
||||||
|
|
||||||
<!-- head and body had been removed intentionally -->
|
<!-- head and body had been removed intentionally -->
|
||||||
|
|
||||||
<% e.begin_block("body"); %>
|
<% e.begin_block("body"); %>
|
||||||
|
|
|
@ -33,14 +33,14 @@
|
||||||
<meta name="robots" content="noindex, nofollow">
|
<meta name="robots" content="noindex, nofollow">
|
||||||
<link rel="shortcut icon" href="<%=settings.faviconTimeslider%>">
|
<link rel="shortcut icon" href="<%=settings.faviconTimeslider%>">
|
||||||
|
|
||||||
<link rel="localizations" type="application/l10n+json" href="../../locales.json" />
|
|
||||||
<script type="text/javascript" src="../../static/js/html10n.js"></script>
|
|
||||||
<script type="text/javascript" src="../../static/js/l10n.js"></script>
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="../../static/css/pad.css">
|
<link rel="stylesheet" href="../../static/css/pad.css">
|
||||||
<link rel="stylesheet" href="../../static/css/timeslider.css">
|
<link rel="stylesheet" href="../../static/css/timeslider.css">
|
||||||
<link rel="stylesheet" href="../../static/custom/timeslider.css">
|
<link rel="stylesheet" href="../../static/custom/timeslider.css">
|
||||||
<style type="text/css" title="dynamicsyntax"></style>
|
<style type="text/css" title="dynamicsyntax"></style>
|
||||||
|
|
||||||
|
<link rel="localizations" type="application/l10n+json" href="../../locales.json" />
|
||||||
|
<script type="text/javascript" src="../../static/js/html10n.js"></script>
|
||||||
|
<script type="text/javascript" src="../../static/js/l10n.js"></script>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body id="padbody" class="timeslider limwidth">
|
<body id="padbody" class="timeslider limwidth">
|
||||||
|
|
Loading…
Reference in New Issue