cleaned shortcodes, automized header creation

This commit is contained in:
timurgordon
2022-02-16 05:46:55 +03:00
parent 5117bc1b70
commit 10eefa2753
18 changed files with 356 additions and 311 deletions

View File

@@ -4,6 +4,8 @@
<!-- Landing page template, has a banner and rows of page summaries -->
<main class="pt-16">
{{section.content | safe}}
<!-- Landing page banner -->
{% include "partials/splitRow.html" %}
@@ -24,8 +26,5 @@
{%- set section = get_section(path="about/creators/_index.md") %}
{% include "partials/splitRow.html" %}
</main>
{% endblock content %}