feat: improved lighthouse reports
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
onclick="switchTheme()"
|
||||
id="theme-toggle"
|
||||
type="button"
|
||||
aria-label="switchtheme"
|
||||
class="text-gray-500 dark:text-gray-400 hover:bg-gray-100 dark:hover:bg-gray-700 focus:outline-none rounded-lg text-sm p-2.5">
|
||||
{% include 'components/icons/moon.svg' %}
|
||||
{% include 'components/icons/sun.svg' %}
|
||||
|
||||
@@ -3,3 +3,4 @@
|
||||
<meta property="og:description" content="{{ description }}" />
|
||||
<meta property="og:image" content="{{ image }}" />
|
||||
<meta property="og:url" content="permalink" />
|
||||
<meta name="description" content="{{ description }}" />
|
||||
Reference in New Issue
Block a user