Skip to content

Commit

Permalink
Update post.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Naurk authored Sep 23, 2024
1 parent e8cde2e commit 24f6660
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ <h1 class="title has-text-centered is-2 has-text-weight-semibold ">{{page.title}
</b>READ</p>
<p class="subtitle is-uppercase">
<i class="fas fa-language"></i> <b class="has-text-link">LANGUAGE: </b>
<a class="button is-small is-info is-light" href="window.location.href='{{ page.url | replace: '-it', '-en' }}'">EN</a>
<a class="button is-small is-info is-light" href="window.location.href='{{ page.url | replace: '-en', '-it' }}'">IT</a>
<a class="button is-small is-info is-light" onclick="window.location.href='{{ page.url | replace: '-it', '-en' }}'">EN</a>
<a class="button is-small is-info is-light" onclick="window.location.href='{{ page.url | replace: '-en', '-it' }}'">IT</a>
</p>
{%- endunless -%}
</div>
Expand Down

0 comments on commit 24f6660

Please sign in to comment.