Update
This commit is contained in:
		
							parent
							
								
									600197f620
								
							
						
					
					
						commit
						1996e3e0f6
					
				|  | @ -138,6 +138,6 @@ async function getMastodonPage() { | ||||||
| 
 | 
 | ||||||
| let query = window.location.pathname; | let query = window.location.pathname; | ||||||
| 
 | 
 | ||||||
| if (query == "/" || query == "/news") { | if (query == "/" || query == "/news" || query == "/en" || query == "/en/" || query == "/en/news") { | ||||||
|     getLog(); |     getLog(); | ||||||
| } | } | ||||||
|  |  | ||||||
|  | @ -126,7 +126,7 @@ | ||||||
| 
 | 
 | ||||||
|                 <li class="nav-item"> |                 <li class="nav-item"> | ||||||
|                   <a rel="me" class="nav-link" href="https://techhub.social/@Melawy" target="_blank" data-bs-toggle="tooltip" |                   <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> |                     <i class="fa-brands fa-mastodon text-secondary"></i> <span class="hidden_span">Mastodon</span> | ||||||
|                   </a> |                   </a> | ||||||
|                 </li> |                 </li> | ||||||
|  | @ -207,7 +207,7 @@ | ||||||
|           <ul class="nav justify-content-end list-unstyled p-3"> |           <ul class="nav justify-content-end list-unstyled p-3"> | ||||||
|             <li class="ms-2"> |             <li class="ms-2"> | ||||||
|               <a rel="me" href="https://techhub.social/@Melawy" target="_blank" data-bs-toggle="tooltip" |               <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> |                 <i class="fa-brands fa-mastodon"></i> | ||||||
|               </a> |               </a> | ||||||
|             </li> |             </li> | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue