fix language notice in footer
This commit is contained in:
parent
457eb8b733
commit
f4935fc4e7
2 changed files with 2 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
# TODO: finish post page
|
||||
tags: post
|
||||
show_lang_in_footer: true
|
||||
---
|
||||
{% extends "_layouts/base.njk" %}
|
||||
{% block content %}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue