generated from hjess/PythonTemplateProject
update gitignore
All checks were successful
Build, Push, and Deploy to Nomad / docker-nomad (push) Successful in 37s
All checks were successful
Build, Push, and Deploy to Nomad / docker-nomad (push) Successful in 37s
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
<title>{% block title %}PortugalFAQ{% endblock %}</title>
|
<title>{% block title %}PortugalFAQ{% endblock %}</title>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
|
<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>
|
</head>
|
||||||
<body class="is-preload">
|
<body class="is-preload">
|
||||||
<!-- Wrapper -->
|
<!-- Wrapper -->
|
||||||
@@ -22,35 +22,34 @@
|
|||||||
<!-- Content -->
|
<!-- Content -->
|
||||||
{% block content %}{% endblock %}
|
{% block content %}{% endblock %}
|
||||||
|
|
||||||
<footer>
|
<!-- Footer -->
|
||||||
{% if request.state.next_category %}
|
<footer id="main-footer">
|
||||||
<p>
|
{% if request.state.next_category %}
|
||||||
<a href="/category/{{ request.state.next_category.path }}" class="footer-link">
|
<p>
|
||||||
{{ request.state.next_category.description }}
|
<a href="/category/{{ request.state.next_category.path }}" class="footer-link">
|
||||||
</a>
|
{{ request.state.next_category.description }}
|
||||||
</p>
|
</a>
|
||||||
{% else %}
|
</p>
|
||||||
<p>Ingen næste kategori.</p>
|
{% else %}
|
||||||
{% endif %}
|
<p>Ingen næste kategori.</p>
|
||||||
|
{% endif %}
|
||||||
</footer>
|
</footer>
|
||||||
</div>
|
</div> <!-- Closing inner div -->
|
||||||
</div>
|
</div> <!-- Closing main div -->
|
||||||
|
|
||||||
<!-- Sidebar -->
|
<!-- Sidebar -->
|
||||||
<div id="sidebar">
|
<div id="sidebar">
|
||||||
<div class="inner">
|
<div class="inner">
|
||||||
{% include 'navigation.html' %}
|
{% include 'navigation.html' %}
|
||||||
<!-- Footer -->
|
<!-- Footer -->
|
||||||
<footer id="footer">
|
<footer id="sidebar-footer">
|
||||||
<p class="copyright">
|
<p class="copyright">
|
||||||
© Henriks lille hjørne: <a href="https://lifefaq.i80.dk">LifeFAQ</a>
|
© Henriks lille hjørne: <a href="https://lifefaq.i80.dk">LifeFAQ</a>
|
||||||
</p>
|
</p>
|
||||||
</footer>
|
</footer>
|
||||||
</div>
|
</div> <!-- Closing sidebar-inner div -->
|
||||||
</div>
|
</div> <!-- Closing sidebar div -->
|
||||||
</div>
|
</div> <!-- Closing wrapper div -->
|
||||||
|
|
||||||
|
|
||||||
<!-- Scripts -->
|
<!-- Scripts -->
|
||||||
<script src="/static/js/jquery.min.js"></script>
|
<script src="/static/js/jquery.min.js"></script>
|
||||||
@@ -58,7 +57,7 @@
|
|||||||
<script src="/static/js/breakpoints.min.js"></script>
|
<script src="/static/js/breakpoints.min.js"></script>
|
||||||
<script src="/static/js/util.js"></script>
|
<script src="/static/js/util.js"></script>
|
||||||
<script src="/static/js/main.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>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
@@ -5,7 +5,6 @@
|
|||||||
{% block content %}
|
{% block content %}
|
||||||
<header class="main">
|
<header class="main">
|
||||||
<!-- Spacer for future header -->
|
<!-- Spacer for future header -->
|
||||||
<p></p>
|
|
||||||
</header>
|
</header>
|
||||||
<div>
|
<div>
|
||||||
{{ content | safe }}
|
{{ content | safe }}
|
||||||
|
|||||||
@@ -2,14 +2,11 @@
|
|||||||
{% for section in sections %}
|
{% for section in sections %}
|
||||||
<section>
|
<section>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-8 col-12-medium">
|
<div class="col-8 col-12-medium"></div>
|
||||||
{# <p><b>Kort: {{ section.summary }}</b></p>#}
|
|
||||||
</div>
|
|
||||||
<div class="col-4 col-12-medium">
|
<div class="col-4 col-12-medium">
|
||||||
<p><small> <em>Kort: {{ section.summary }}</em></small></p>
|
<p><small> <em>Kort: {{ section.summary }}</em></small></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{# <h2>{{ section.name }}</h2>#}
|
|
||||||
<div>
|
<div>
|
||||||
{{ section.content | safe }}
|
{{ section.content | safe }}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user