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:
@@ -22,7 +22,8 @@
|
|||||||
<!-- Content -->
|
<!-- Content -->
|
||||||
{% block content %}{% endblock %}
|
{% block content %}{% endblock %}
|
||||||
|
|
||||||
<footer>
|
<!-- Footer -->
|
||||||
|
<footer id="main-footer">
|
||||||
{% if request.state.next_category %}
|
{% if request.state.next_category %}
|
||||||
<p>
|
<p>
|
||||||
<a href="/category/{{ request.state.next_category.path }}" class="footer-link">
|
<a href="/category/{{ request.state.next_category.path }}" class="footer-link">
|
||||||
@@ -32,25 +33,23 @@
|
|||||||
{% else %}
|
{% else %}
|
||||||
<p>Ingen næste kategori.</p>
|
<p>Ingen næste kategori.</p>
|
||||||
{% endif %}
|
{% 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>
|
||||||
|
|||||||
@@ -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