This commit is contained in:
Valeria Fadeeva 2024-01-05 20:42:11 +05:00
parent 600197f620
commit 1996e3e0f6
2 changed files with 3 additions and 3 deletions

View File

@ -138,6 +138,6 @@ async function getMastodonPage() {
let query = window.location.pathname;
if (query == "/" || query == "/news") {
if (query == "/" || query == "/news" || query == "/en" || query == "/en/" || query == "/en/news") {
getLog();
}

View File

@ -126,7 +126,7 @@
<li class="nav-item">
<a rel="me" class="nav-link" href="https://techhub.social/@Melawy" target="_blank" data-bs-toggle="tooltip"
data-bs-placement="bottom" data-bs-title="@Melawy@techhub.social на Mastodon">
data-bs-placement="bottom" data-bs-title="@Melawy@techhub.social on Mastodon">
<i class="fa-brands fa-mastodon text-secondary"></i> <span class="hidden_span">Mastodon</span>
</a>
</li>
@ -207,7 +207,7 @@
<ul class="nav justify-content-end list-unstyled p-3">
<li class="ms-2">
<a rel="me" href="https://techhub.social/@Melawy" target="_blank" data-bs-toggle="tooltip"
data-bs-title="@Melawy@techhub.social на Mastodon">
data-bs-title="@Melawy@techhub.social on Mastodon">
<i class="fa-brands fa-mastodon"></i>
</a>
</li>