add description and fix html errors
This commit is contained in:
parent
89197cba15
commit
2aaa8e4655
@ -2,7 +2,7 @@
|
||||
"name": "Eggy",
|
||||
"url": "https://eggworld.tk",
|
||||
"title": "Eggworld",
|
||||
"description": "",
|
||||
"description": "Personal website",
|
||||
"github": "https://github.com/potatoeggy",
|
||||
"twitter": "",
|
||||
"linkedin": "",
|
||||
|
@ -5,7 +5,7 @@
|
||||
<meta name='viewport' content='width=device-width'>
|
||||
|
||||
<title>{{ site.title }}</title>
|
||||
<meta name='description' content={{ site.description }}>
|
||||
<meta name="description" content="{{ site.description }}">
|
||||
<meta name="theme-color" content="#ffffff"/>
|
||||
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/assets/img/favicon/favicon-32x32.png">
|
||||
|
@ -3,6 +3,6 @@
|
||||
<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="/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>
|
||||
</nav>
|
||||
|
Loading…
Reference in New Issue
Block a user