generated from hjess/PythonTemplateProject
næste side fix
All checks were successful
Build, Push, and Deploy to Nomad / docker-nomad (push) Successful in 43s
All checks were successful
Build, Push, and Deploy to Nomad / docker-nomad (push) Successful in 43s
This commit is contained in:
@@ -13,7 +13,10 @@
|
||||
<meta name="keywords" content="{{ meta_keywords | default('Portugal, FAQ, Rejser, Henrik, Erika, Flytte til Portugal, Livskvalitet') }}">
|
||||
<!-- Forfatter -->
|
||||
<meta name="author" content="Henrik og Erika">
|
||||
<link rel="stylesheet" href="/static/css/main.css?v={{ timestamp }}">
|
||||
<!-- Defer non-critical CSS -->
|
||||
<link rel="stylesheet" href="/static/css/main.css?v={{ timestamp }}" media="print" onload="this.media='all';">
|
||||
<noscript><link rel="stylesheet" href="/static/css/main.css?v={{ timestamp }}"></noscript>
|
||||
|
||||
</head>
|
||||
<body class="is-preload">
|
||||
<!-- Wrapper -->
|
||||
@@ -59,12 +62,12 @@
|
||||
</div> <!-- Closing wrapper div -->
|
||||
|
||||
<!-- Scripts -->
|
||||
<script src="/static/js/jquery.min.js"></script>
|
||||
<script src="/static/js/browser.min.js"></script>
|
||||
<script src="/static/js/breakpoints.min.js"></script>
|
||||
<script src="/static/js/util.js"></script>
|
||||
<script src="/static/js/main.js"></script>
|
||||
<script src="/static/js/modal_handler.js?v={{ timestamp }}"></script>
|
||||
<script src="/static/js/jquery.min.js" defer></script>
|
||||
<script src="/static/js/browser.min.js" defer></script>
|
||||
<script src="/static/js/breakpoints.min.js" defer></script>
|
||||
<script src="/static/js/util.js" defer></script>
|
||||
<script src="/static/js/main.js" defer></script>
|
||||
<script src="/static/js/modal_handler.js?v={{ timestamp }}" defer></script>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user