mirror of
https://github.com/kittywitch/dork.dev.git
synced 2026-02-09 07:09:18 -08:00
fix(head): spaces
This commit is contained in:
parent
8b5b4ffe77
commit
667212d962
1 changed files with 1 additions and 1 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}}" />
|
||||
Loading…
Add table
Add a link
Reference in a new issue