Website redesign

This commit is contained in:
eikek
2022-01-27 20:23:15 +01:00
parent 3fc7f54f1a
commit 261d2af9bb
248 changed files with 3519 additions and 1484 deletions

View File

@ -0,0 +1,14 @@
{% if page is defined %}
{% set len = page.components | length %}
{% set p = page.components | slice(end=len - 1) | join(sep='/') %}
{% else %}
{% set p = section.components | join(sep='/') %}
{% endif %}
<figure class="dark-block" title="{{ dark }}">
<img src="{{ get_url(path=p ~ "/" ~ dark) }}">
</figure>
<figure class="light-block" title="{{ light }}">
<img src="{{ get_url(path=p ~ "/" ~ light) }}" >
</figure>