+
+ diff --git a/resources/templates/themes/bootstrap4/html/404.html b/resources/templates/themes/bootstrap4/html/404.html new file mode 100644 index 0000000..0f29f50 --- /dev/null +++ b/resources/templates/themes/bootstrap4/html/404.html @@ -0,0 +1,40 @@ + +
+ + + ++{% include "/html/custom/site-navigation.inc" %} +
+
+{% include "/html/custom/partner.inc" %} +
+
+{% include "/html/custom/we-support.inc" %} diff --git a/resources/templates/themes/bootstrap4/html/custom/topper.inc b/resources/templates/themes/bootstrap4/html/custom/topper.inc new file mode 100644 index 0000000..e69de29 diff --git a/resources/templates/themes/bootstrap4/html/custom/tracking.inc b/resources/templates/themes/bootstrap4/html/custom/tracking.inc new file mode 100644 index 0000000..b297e92 --- /dev/null +++ b/resources/templates/themes/bootstrap4/html/custom/tracking.inc @@ -0,0 +1,25 @@ + + + + + + + + + + + diff --git a/resources/templates/themes/bootstrap4/html/featurettes.html b/resources/templates/themes/bootstrap4/html/featurettes.html new file mode 100644 index 0000000..eb79034 --- /dev/null +++ b/resources/templates/themes/bootstrap4/html/featurettes.html @@ -0,0 +1,11 @@ +{% extends "/html/page-two-column.html" %} + +{% block header %} + {% include "/html/includes/top_spacer.inc" %} + {{page.content|safe}} +{% endblock %} + +{% block center %} + {% include "/html/includes/featurettes.inc" %} +{% endblock %} + diff --git a/resources/templates/themes/bootstrap4/html/headlines.html b/resources/templates/themes/bootstrap4/html/headlines.html new file mode 100644 index 0000000..54c715f --- /dev/null +++ b/resources/templates/themes/bootstrap4/html/headlines.html @@ -0,0 +1,10 @@ +{% extends "/html/page-one-column.html" %} + +{% block header %} + {% include "/html/includes/top_spacer.inc" %} + {% include "/html/includes/headlines.inc" %} +{% endblock %} + +{% block center %} + {{page.content|safe}} +{% endblock %} diff --git a/resources/templates/themes/bootstrap4/html/home.html b/resources/templates/themes/bootstrap4/html/home.html new file mode 100644 index 0000000..e941ee1 --- /dev/null +++ b/resources/templates/themes/bootstrap4/html/home.html @@ -0,0 +1,12 @@ +{% extends "/html/page-one-column.html" %} + +{% block additional_styles %} + {% style "css/carousel.css" %} +{% endblock %} + +{% block off-container-header %} + {% include "/html/includes/carousel.inc" %} +{% endblock %} + +{% block header %} +{% endblock %} diff --git a/resources/templates/themes/bootstrap4/html/includes/carousel.inc b/resources/templates/themes/bootstrap4/html/includes/carousel.inc new file mode 100644 index 0000000..be0e367 --- /dev/null +++ b/resources/templates/themes/bootstrap4/html/includes/carousel.inc @@ -0,0 +1,32 @@ + diff --git a/resources/templates/themes/bootstrap4/html/includes/collapse.inc b/resources/templates/themes/bootstrap4/html/includes/collapse.inc new file mode 100644 index 0000000..fac6695 --- /dev/null +++ b/resources/templates/themes/bootstrap4/html/includes/collapse.inc @@ -0,0 +1,25 @@ +
+ Tags: + {% for tag in post.tags %} + {{tag.name}}{% if not forloop.last %}, {% endif %} + {% endfor %} +
+ {% endif %} +