diff --git a/blocks/featured_pour.ninjatpl b/blocks/featured_pour.ninjatpl index 92e5061..96c0c24 100644 --- a/blocks/featured_pour.ninjatpl +++ b/blocks/featured_pour.ninjatpl @@ -2,7 +2,7 @@
{{ label|default:"Featured pour" }}
- {% if image %}{% img image alt=name|default:"Featured pour" class="h-full w-full object-cover" %}{% else %}
{% endif %} + {% if image %}{% img image alt=name|default:"Featured pour" class="h-full w-full object-cover" %}{% else %}
{% endif %}
{% if origin %}

{{ origin }}

{% endif %} diff --git a/blocks/loyalty_card.ninjatpl b/blocks/loyalty_card.ninjatpl index 4221bfd..2cf5270 100644 --- a/blocks/loyalty_card.ninjatpl +++ b/blocks/loyalty_card.ninjatpl @@ -5,16 +5,16 @@ {% if title %}

{{ title }}

{% endif %} {% if subtitle %}

{{ subtitle }}

{% endif %}
- {% if filled >= 1 %}{% endif %} - {% if filled >= 2 %}{% endif %} - {% if filled >= 3 %}{% endif %} - {% if filled >= 4 %}{% endif %} - {% if filled >= 5 %}{% endif %} - {% if filled >= 6 %}{% endif %} - {% if filled >= 7 %}{% endif %} - {% if filled >= 8 %}{% endif %} - {% if filled >= 9 %}{% endif %} - + {% if filled >= 1 %}{% endif %} + {% if filled >= 2 %}{% endif %} + {% if filled >= 3 %}{% endif %} + {% if filled >= 4 %}{% endif %} + {% if filled >= 5 %}{% endif %} + {% if filled >= 6 %}{% endif %} + {% if filled >= 7 %}{% endif %} + {% if filled >= 8 %}{% endif %} + {% if filled >= 9 %}{% endif %} +
{% if reward %}

{{ reward }}

{% endif %} {% if footnote %}

{{ footnote }}

{% endif %} diff --git a/preview.png b/preview.png index fbc1035..d4baeb4 100644 Binary files a/preview.png and b/preview.png differ diff --git a/screenshots/01-home-light.png b/screenshots/01-home-light.png new file mode 100644 index 0000000..d4baeb4 Binary files /dev/null and b/screenshots/01-home-light.png differ diff --git a/screenshots/02-home-dark.png b/screenshots/02-home-dark.png new file mode 100644 index 0000000..ef18720 Binary files /dev/null and b/screenshots/02-home-dark.png differ diff --git a/screenshots/03-about-light.png b/screenshots/03-about-light.png new file mode 100644 index 0000000..4b2de2a Binary files /dev/null and b/screenshots/03-about-light.png differ diff --git a/screenshots/04-about-dark.png b/screenshots/04-about-dark.png new file mode 100644 index 0000000..d73550b Binary files /dev/null and b/screenshots/04-about-dark.png differ diff --git a/screenshots/05-blog-meet-the-guji-highlands-light.png b/screenshots/05-blog-meet-the-guji-highlands-light.png new file mode 100644 index 0000000..12a54c1 Binary files /dev/null and b/screenshots/05-blog-meet-the-guji-highlands-light.png differ diff --git a/screenshots/06-blog-meet-the-guji-highlands-dark.png b/screenshots/06-blog-meet-the-guji-highlands-dark.png new file mode 100644 index 0000000..41703ef Binary files /dev/null and b/screenshots/06-blog-meet-the-guji-highlands-dark.png differ diff --git a/templates/overrides/coffee/audio-embed.ninjatpl b/templates/overrides/coffee/audio-embed.ninjatpl index 09d813d..cc79b7e 100644 --- a/templates/overrides/coffee/audio-embed.ninjatpl +++ b/templates/overrides/coffee/audio-embed.ninjatpl @@ -1,4 +1,4 @@ -
{% if artwork %}
{% img artwork alt=title|default:"" class="h-full w-full object-cover" %}
{% endif %}
{% if title %}

{{ title }}

{% endif %}{% if artist %}

{{ artist }}

{% endif %}
{% if download %} Download{% endif %}