trying chirpy theme
Some checks failed
Deploy Jekyll site to Pages / build (push) Failing after 7m43s

This commit is contained in:
2024-11-14 14:44:22 +01:00
parent 88445429f8
commit 79e87b8af2
183 changed files with 12108 additions and 224 deletions

10
_includes/lang.html Normal file
View File

@@ -0,0 +1,10 @@
{% comment %}
Detect appearance language and return it through variable "lang"
{% endcomment %}
{% if site.data.locales[page.lang] %}
{% assign lang = page.lang %}
{% elsif site.data.locales[site.lang] %}
{% assign lang = site.lang %}
{% else %}
{% assign lang = 'en' %}
{% endif %}