@@ -84,10 +84,6 @@
</div>
</header>
<main class="main-layout">
- <style>
- {% block style %}
- {% endblock %}
- </style>
{% block main %}
{% endblock %}
</main>
@@ -7,9 +7,6 @@
{% set sort_images = True %}
{% set expand_dialog = True %}
-{% block style %}
-{% endblock %}
-
{% for image in (sorted(images(path), reverse=True) if sort_images else images(path)) %}
<figure class="{{ 'clickable-fig' if expand_dialog else ''}}">
@@ -5,8 +5,10 @@
-:root {
- --columns: 4;
-}
+{% block main %}
+<style>
+ :root {
+ --columns: 4;
+ }
+</style>
@@ -4,8 +4,10 @@
{% set work_path = "illustration" %}
- --columns: 3;
+ --columns: 3;