Branding integration for kanglam

This commit is contained in:
Ana Custura 2025-12-18 16:53:21 +00:00
parent 7799745f09
commit 1678bc0b99
22 changed files with 201 additions and 10 deletions

View file

@ -1,5 +1,6 @@
<!DOCTYPE html>
<html lang="en">
<html lang=bo>
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
@ -7,8 +8,14 @@
{% include seo.html %}
<title>{% t title %}</title>
<link rel="icon" href="{{ '/assets/images/butter-favicon-120.png' | relative_url }}" type="image/png" />
{% capture lang %}{% t language %}{% endcapture %}
{% if lang == 'bo' %}
<link rel="stylesheet" href="{{ site.baseurl }}/assets/css/style-kanglam.css" />
{% else %}
<link rel="stylesheet" href="{{ site.baseurl }}/assets/css/style.css" />
{% endif %}
<link rel="stylesheet" href="{{ site.baseurl }}/assets/css/slick.min.css"/>
<link rel="stylesheet" href="{{ site.baseurl }}/assets/css/style.css" />
</head>
<body>
<main class="main-area">