mirror of
https://github.com/nairobilug/pelican-alchemy.git
synced 2024-12-30 12:15:06 +01:00
Trivial: organize templates
This commit is contained in:
parent
fe1626735f
commit
96409841d8
9 changed files with 87 additions and 88 deletions
|
|
@ -24,13 +24,13 @@
|
|||
</head>
|
||||
|
||||
<body>
|
||||
{% include "header.html" %}
|
||||
{% include "include/header.html" %}
|
||||
|
||||
<div class="container">
|
||||
{% block content %}{% endblock %}
|
||||
</div>
|
||||
|
||||
{% include "footer.html" %}
|
||||
{% include "include/footer.html" %}
|
||||
|
||||
<script src="{{ SITEURL }}/theme/js/libs/jquery.min.js"></script>
|
||||
<script src="{{ SITEURL }}/theme/js/bootstrap.min.js"></script>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue