reverse language in footer variable to be omitted instead of explicit

This commit is contained in:
yuki 2025-10-16 06:39:27 -03:00
parent b67dd88cac
commit 404abaae6c
Signed by: yuki
GPG key ID: 0C98E6FF04EC3915
4 changed files with 2 additions and 5 deletions

View file

@ -1,6 +1,6 @@
<div class="footer-flex">
<div class="footer-left">
{% if show_lang_in_footer %}
{% if not dont_show_lang_in_footer %}
{% include "lang-available.njk" %}
{% endif %}
</div>

View file

@ -1,6 +1,3 @@
---
show_lang_in_footer: true
---
{% extends "_layouts/base.njk" %}
{% block content %}

View file

@ -4,6 +4,7 @@ lastfm: true
flight:
img: "/img/Witch-on-broom.gif"
url: "https://www.youtube.com/embed/w1dXpAJ1qfA"
dont_show_lang_in_footer: true
---
{% extends "_layouts/base.njk" %}

View file

@ -1,7 +1,6 @@
---
# TODO: finish post page
tags: post
show_lang_in_footer: true
---
{% extends "_layouts/base.njk" %}
{% block content %}