add description and fix html errors
This commit is contained in:
parent
89197cba15
commit
2aaa8e4655
@ -2,7 +2,7 @@
|
|||||||
"name": "Eggy",
|
"name": "Eggy",
|
||||||
"url": "https://eggworld.tk",
|
"url": "https://eggworld.tk",
|
||||||
"title": "Eggworld",
|
"title": "Eggworld",
|
||||||
"description": "",
|
"description": "Personal website",
|
||||||
"github": "https://github.com/potatoeggy",
|
"github": "https://github.com/potatoeggy",
|
||||||
"twitter": "",
|
"twitter": "",
|
||||||
"linkedin": "",
|
"linkedin": "",
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
<meta name='viewport' content='width=device-width'>
|
<meta name='viewport' content='width=device-width'>
|
||||||
|
|
||||||
<title>{{ site.title }}</title>
|
<title>{{ site.title }}</title>
|
||||||
<meta name='description' content={{ site.description }}>
|
<meta name="description" content="{{ site.description }}">
|
||||||
<meta name="theme-color" content="#ffffff"/>
|
<meta name="theme-color" content="#ffffff"/>
|
||||||
|
|
||||||
<link rel="icon" type="image/png" sizes="32x32" href="/assets/img/favicon/favicon-32x32.png">
|
<link rel="icon" type="image/png" sizes="32x32" href="/assets/img/favicon/favicon-32x32.png">
|
||||||
@ -40,4 +40,4 @@
|
|||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -3,6 +3,6 @@
|
|||||||
<li class="mr-6"><a href="/">Home</a></li>
|
<li class="mr-6"><a href="/">Home</a></li>
|
||||||
<li class="mr-6"><a href="/tags">Tags</a></li>
|
<li class="mr-6"><a href="/tags">Tags</a></li>
|
||||||
<li class="mr-6"><a href="/about">About</a></li>
|
<li class="mr-6"><a href="/about">About</a></li>
|
||||||
<li class="mr-6"><span class="cursor-pointer" id="toggleDarkMode">Dark toggle</spam></li>
|
<li class="mr-6"><span class="cursor-pointer" id="toggleDarkMode">Dark toggle</span></li>
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
|
Loading…
Reference in New Issue
Block a user