Initial page back up and running.

This commit is contained in:
Señor Rolando 2022-08-14 17:03:26 +02:00
parent 2ef7861b92
commit b4907becb1
18 changed files with 146 additions and 103 deletions

View file

@ -1,30 +0,0 @@
<!-- Index Layout Start -->
<!DOCTYPE html>
<html lang="{{ site.lang }}">
{% include head.html %}
<body id="page-top" data-spy="scroll" data-target=".navbar-fixed-top" data-offset="151">
{% include navigation.html %}
{% include header.html %}
{% for p in site.pages_list %}
{% for page in site.pages %}
{% if p[1] == page.section-type %}
{% include {{ page.path }} %}
{% endif %}
{% endfor %}
{% endfor %}
{% include footer.html %}
{% include js.html %}
</body>
</html>
<!-- Index Layout End -->