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 17, 2024
1 parent 1cea2e9 commit e2c6b60
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>
<button class="button is-small is-info is-light" onclick="window.location.href='{{ page.url | replace: '.md', '.en.md' }}'">EN</button>
<button class="button is-small is-info is-light" onclick="window.location.href='{{ page.url | replace: '.md', '.it.md' }}'">IT</button>
<button class="button is-small is-info is-light" onclick="window.location.href='{{ page.url | replace: '/it/', '/en/' }}'">EN</button>
<button class="button is-small is-info is-light" onclick="window.location.href='{{ page.url | replace: '/it/', '/en/' }}'">IT</button>
</p>
{%- endunless -%}
</div>
Expand Down

0 comments on commit e2c6b60

Please sign in to comment.