mirror of
https://github.com/pawroman/zola-theme-terminimal.git
synced 2025-11-21 00:10:24 +01:00
Try support multi langs
This commit is contained in:
parent
7f630a4e31
commit
360a6f6207
2 changed files with 16 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
|||
{% import "macros/date.html" as date_macros -%}
|
||||
{% import "macros/head.html" as head_macros -%}
|
||||
{% import "macros/menu.html" as menu_macros -%}
|
||||
{% import "macros/language_menu.html" as language_menu_macros -%}
|
||||
{% import "macros/post.html" as post_macros -%}
|
||||
{% import "macros/title.html" as title_macros -%}
|
||||
|
||||
|
|
@ -57,6 +58,9 @@
|
|||
</div>
|
||||
</a>
|
||||
</div>
|
||||
{%- if page %}
|
||||
{{ language_menu_macros::menu(page=page) }}
|
||||
{% endif -%}
|
||||
</div>
|
||||
|
||||
{% block header_menu %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue