mirror of
https://github.com/CoderSherlock/CoderSherlock.github.io.git
synced 2026-06-13 16:18:09 -07:00
8 lines
227 B
HTML
8 lines
227 B
HTML
{%- include snippets/get-lang.html -%}
|
|
{%- assign _lang = __return -%}
|
|
{%- if include.locale[_lang] -%}
|
|
{%- assign __return = include.locale[_lang] -%}
|
|
{%- else -%}
|
|
{%- assign __return = include.locale.en -%}
|
|
{%- endif -%}
|