Skip to content

Commit

Permalink
Change logo links
Browse files Browse the repository at this point in the history
  • Loading branch information
blagojabozinovski committed Nov 29, 2024
1 parent f567f33 commit 715f513
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions ckanext/alisea/templates/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,19 +91,17 @@
{% block header_logo %}
{% set current_lang = request.environ.CKAN_LANG %}
{% if g.site_logo %}

{% if current_lang == 'en' %}
<a class="logo" href="https://kh.ali-sea.org/">
{% elif current_lang == 'km' %}
<a class="logo" href="https://kh.ali-sea.org/">
<a class="logo" href="https://kh.ali-sea.org/kh/alisea-knowledge-hub-khmer/">
{% elif current_lang == 'lo' %}
<a class="logo" href="https://kh.ali-sea.org/">
<a class="logo" href="https://kh.ali-sea.org/la/alisea-knowledge-hub-lao/">
{% elif current_lang == 'my_MM' %}
<a class="logo" href="https://kh.ali-sea.org/">
{% elif current_lang == 'my_MM' %}
<a class="logo" href="https://kh.ali-sea.org/">
<a class="logo" href="https://kh.ali-sea.org/mm/alisea-knowledge-hub-myanmar/">
{% elif current_lang == 'vi' %}
<a class="logo" href="https://kh.ali-sea.org/vn/alisea-knowledge-hub-vietnam/">
{% endif %}

<img src="{{ h.url_for_static_or_external(g.site_logo) }}" alt="{{ g.site_title }}"
title="{{ g.site_title }}" />
</a>
Expand Down

0 comments on commit 715f513

Please sign in to comment.