fix language notice in footer

This commit is contained in:
yuki 2025-10-15 17:41:52 -03:00
parent 457eb8b733
commit f4935fc4e7
Signed by: yuki
GPG key ID: 0C98E6FF04EC3915
2 changed files with 2 additions and 1 deletions

View file

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

View file

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