Fix: Multiple bugs
This commit is contained in:
@@ -48,14 +48,14 @@
|
||||
<!-- Language List -->
|
||||
{{ if .IsTranslated }}
|
||||
<div class="dropdown">
|
||||
<a class="dropdown-toggle d-inline-flex align-items-center"
|
||||
<button class="dropdown-toggle d-inline-flex align-items-center"
|
||||
type="button"
|
||||
id="langDropdown"
|
||||
data-bs-toggle="dropdown"
|
||||
aria-expanded="false"
|
||||
aria-label="">
|
||||
aria-label="Language">
|
||||
<i class="fa-solid fa-language me-2" aria-hidden="true"></i>
|
||||
</a>
|
||||
</button>
|
||||
|
||||
<ul class="dropdown-menu dropdown-menu-lang dropdown-menu-end" aria-labelledby="langDropdown">
|
||||
{{ $siteLanguages := .Site.Languages }}
|
||||
|
||||
@@ -7,22 +7,6 @@
|
||||
<link rel="dns-prefetch" href="//cdnjs.cloudflare.com" />
|
||||
<link rel="preload" href="/fonts/WorkSans-Regular.woff2" as="font" type="font/woff2" crossorigin>
|
||||
|
||||
|
||||
<!--
|
||||
<link rel="dns-prefetch" href="//www.googletagmanager.com" />
|
||||
<link rel="dns-prefetch" href="//www.google-analytics.com" />
|
||||
<link rel="preconnect" href="//ajax.googleapis.com" />
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="anonymous" />
|
||||
<link rel="preconnect" href="//www.googletagmanager.com" />
|
||||
<link rel="preconnect" href="//www.google-analytics.com" />
|
||||
<link rel="dns-prefetch" href="https://fonts.gstatic.com" />
|
||||
<link rel="dns-prefetch" href="//ajax.googleapis.com" />
|
||||
<link rel="dns-prefetch" href="//fonts.googleapis.com" />
|
||||
<link rel="dns-prefetch" href="//connect.facebook.net" />
|
||||
<link rel="dns-prefetch" href="//platform.linkedin.com" />
|
||||
<link rel="dns-prefetch" href="//platform.twitter.com" />
|
||||
-->
|
||||
|
||||
<!-- plugins + stylesheet -->
|
||||
{{ $styles := slice }}
|
||||
{{ range site.Params.plugins.css }}
|
||||
|
||||
Reference in New Issue
Block a user