Branding integration for kanglam
This commit is contained in:
parent
7799745f09
commit
1678bc0b99
22 changed files with 201 additions and 10 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue