Skip to content

Commit

Permalink
en header fix 2
Browse files Browse the repository at this point in the history
  • Loading branch information
hakonhjaltalin committed Mar 13, 2024
1 parent 5919cf2 commit eb8f3da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _includes/header-en.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div class="container">
<div class="row">
<div class="brand col-6 col-lg-3">
<a href="https://hagstofa.is/">
<a href="https://statice.is/">
<img src="{{ site.baseurl }}/assets/img/header_brand_en.svg" alt="Hagstofa Íslands" />
</a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<div class="container">
<nav class="navbar navbar-expand-lg navbar-light flex-wrap align-items-start">
<div id="mobile-main-text">{%- if page.language == "en" -%}Sustainable Development Goals{%- else -%}Heimsmarkmiðin{%- endif -%}</div>
{%- if page.language == "is" -%}<div id="mobile-main-text">Heimsmarkmiðin</div>{%- endif -%}
{% include components/header/logo.html %}
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="{{ page.t.header.show_menu }}">
<span class="navbar-toggler-icon"></span>
Expand Down

0 comments on commit eb8f3da

Please sign in to comment.