mirror of
https://github.com/kittywitch/dork.dev.git
synced 2026-02-09 07:09:18 -08:00
fix(head): typos
This commit is contained in:
parent
667212d962
commit
cff9f94df4
1 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
<meta charset="utf-8">
|
||||
<title>dork.dev - {{ page.title }}</title>
|
||||
<link rel="stylesheet" type="text/css" href="/stylesheet.css">
|
||||
<meta property="og:title" content="{{ site.title } - {{ page.title }}}" />
|
||||
<meta property="og:title" content="{{ site.title }} - {{ page.title }}" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="{{page.permalink}}" />
|
||||
<meta property="og:url" content="{{ page.permalink }}" />
|
||||
Loading…
Add table
Add a link
Reference in a new issue