closes #9, Timestamp variable in template context
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<!-- Favicon -->
|
||||
<link rel="icon" href="project-files/img/favicon.ico" />
|
||||
<link rel="icon" href="project-files/img/favicon.ico?{{ Timestamp }}" />
|
||||
|
||||
|
||||
<!-- Meta -->
|
||||
@@ -15,7 +15,7 @@
|
||||
<meta name="keywords" content="{{ Meta.Keywords }}" />
|
||||
{% endblock meta %}
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="project-files/css/preloader.css">
|
||||
<link rel="stylesheet" type="text/css" href="project-files/css/preloader.css?{{ Timestamp }}">
|
||||
|
||||
{% include "partials/matomo.html" with siteId=Data.matomoSiteId %}
|
||||
</head>
|
||||
@@ -201,20 +201,20 @@
|
||||
|
||||
<!-- Style -->
|
||||
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,700" rel="stylesheet">
|
||||
<link rel="stylesheet" type="text/css" href="project-files/css/grid.css">
|
||||
<link rel="stylesheet" type="text/css" href="project-files/css/main.css">
|
||||
<link rel="stylesheet" type="text/css" href="project-files/css/menu.css">
|
||||
<link rel="stylesheet" type="text/css" href="project-files/css/slider.css">
|
||||
<link rel="stylesheet" type="text/css" href="project-files/fonts/font-awesome/font-awesome.css">
|
||||
<link rel="stylesheet" type="text/css" href="project-files/js/slick/slick.css">
|
||||
<link rel="stylesheet" type="text/css" href="project-files/css/grid.css?{{ Timestamp }}">
|
||||
<link rel="stylesheet" type="text/css" href="project-files/css/main.css?{{ Timestamp }}">
|
||||
<link rel="stylesheet" type="text/css" href="project-files/css/menu.css?{{ Timestamp }}">
|
||||
<link rel="stylesheet" type="text/css" href="project-files/css/slider.css?{{ Timestamp }}">
|
||||
<link rel="stylesheet" type="text/css" href="project-files/fonts/font-awesome/font-awesome.css?{{ Timestamp }}">
|
||||
<link rel="stylesheet" type="text/css" href="project-files/js/slick/slick.css?{{ Timestamp }}">
|
||||
|
||||
<!-- Javascript -->
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
|
||||
<script src="project-files/js/slick/slick.min.js"></script>
|
||||
<script src="project-files/js/slick/slick-custom.js"></script>
|
||||
<script src="project-files/js/slick/slick.min.js?{{ Timestamp }}"></script>
|
||||
<script src="project-files/js/slick/slick-custom.js?{{ Timestamp }}"></script>
|
||||
|
||||
<script src="project-files/js/preloader.js"></script>
|
||||
<script src="project-files/js/functions.js"></script>
|
||||
<script src="project-files/js/preloader.js?{{ Timestamp }}"></script>
|
||||
<script src="project-files/js/functions.js?{{ Timestamp }}"></script>
|
||||
|
||||
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/mermaid/8.0.0/mermaid.min.js"></script>
|
||||
|
||||
Reference in New Issue
Block a user