update gitignore
All checks were successful
Build, Push, and Deploy to Nomad / docker-nomad (push) Successful in 37s

This commit is contained in:
2024-12-21 00:45:27 +01:00
parent 306e45da5f
commit 8dacced1b4
3 changed files with 22 additions and 27 deletions

View File

@@ -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={{ timestamp }}">
<link rel="stylesheet" href="/static/css/main.css?v={{ timestamp }}">
</head>
<body class="is-preload">
<!-- Wrapper -->
@@ -22,35 +22,34 @@
<!-- Content -->
{% block content %}{% endblock %}
<footer>
{% if request.state.next_category %}
<p>
<a href="/category/{{ request.state.next_category.path }}" class="footer-link">
{{ request.state.next_category.description }}
</a>
</p>
{% else %}
<p>Ingen næste kategori.</p>
{% endif %}
</footer>
</div>
</div>
<!-- Footer -->
<footer id="main-footer">
{% if request.state.next_category %}
<p>
<a href="/category/{{ request.state.next_category.path }}" class="footer-link">
{{ request.state.next_category.description }}
</a>
</p>
{% else %}
<p>Ingen næste kategori.</p>
{% endif %}
</footer>
</div> <!-- Closing inner div -->
</div> <!-- Closing main div -->
<!-- Sidebar -->
<div id="sidebar">
<div class="inner">
{% include 'navigation.html' %}
<!-- Footer -->
<footer id="footer">
<footer id="sidebar-footer">
<p class="copyright">
&copy; Henriks lille hjørne: <a href="https://lifefaq.i80.dk">LifeFAQ</a>
</p>
</footer>
</div>
</div>
</div>
</div> <!-- Closing sidebar-inner div -->
</div> <!-- Closing sidebar div -->
</div> <!-- Closing wrapper div -->
<!-- Scripts -->
<script src="/static/js/jquery.min.js"></script>
@@ -58,7 +57,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={{ timestamp }}"></script>
<script src="/static/js/modal_handler.js?v={{ timestamp }}"></script>
</body>
</html>
</html>