generated from hjess/PythonTemplateProject
cache fix og title
All checks were successful
Build, Push, and Deploy to Nomad / docker-nomad (push) Successful in 41s
All checks were successful
Build, Push, and Deploy to Nomad / docker-nomad (push) Successful in 41s
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<title>{% block title %}PortugalFAQ{% endblock %}</title>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
|
||||
<link rel="stylesheet" href="/static/css/main.css?v={{ current_time }}">
|
||||
<link rel="stylesheet" href="/static/css/main.css?v={{ timestamp }}">
|
||||
</head>
|
||||
<body class="is-preload">
|
||||
<!-- Wrapper -->
|
||||
@@ -32,6 +32,7 @@
|
||||
{% else %}
|
||||
<p>Ingen næste kategori.</p>
|
||||
{% endif %}
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
@@ -57,7 +58,7 @@
|
||||
<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={{ current_time }}"></script>
|
||||
<script src="/static/js/modal_handler.js?v={{ timestamp }}"></script>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,6 +1,6 @@
|
||||
{% extends "base_template.html" %}
|
||||
|
||||
{% block title %}{{ category_name }} - PortugalFAQ{% endblock %}
|
||||
{% block title %}{{ page_title }} - PortugalFAQ{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<header class="main">
|
||||
|
||||
Reference in New Issue
Block a user