️ Changes to address Lighthouse issues

This commit is contained in:
James Panther
2021-08-22 17:19:42 +10:00
parent c4445a2028
commit 5b7aabefa7
7 changed files with 13 additions and 3 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
href="{{ $url }}"
target="_blank"
alt="{{ $name | title }}"
rel="me"
rel="me noopener noreferrer"
>{{ partial "icon.html" $name }}</a
>
{{ end }}
+2
View File
@@ -17,6 +17,7 @@
class="hover:underline hover:underline-primary-300 hover:text-primary-400"
href="https://gohugo.io/"
target="_blank"
rel="noopener noreferrer"
>Hugo</a
>
&amp;
@@ -24,6 +25,7 @@
class="hover:underline hover:underline-primary-300 hover:text-primary-400"
href="https://git.io/hugo-congo"
target="_blank"
rel="noopener noreferrer"
>Congo</a
>
</p>
+1 -1
View File
@@ -10,7 +10,7 @@
<nav>
<ul class="flex flex-col list-none sm:flex-row">
{{ range .Site.Menus.main }}
<li class="text-right sm:mr-7 sm:last:mr-0">
<li class="mb-1 text-right sm:mb-0 sm:mr-7 sm:last:mr-0">
<a
class="hover:underline hover:underline-primary-500 hover:underline-thickness-bold hover:underline-offset-small"
href="{{ .URL | absURL }}"