Update
This commit is contained in:
parent
600197f620
commit
1996e3e0f6
|
@ -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();
|
||||
}
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue