mirror of
https://github.com/kittywitch/dork.dev.git
synced 2026-02-09 23:29:17 -08:00
feat: add open graph
This commit is contained in:
parent
571664f131
commit
8b5b4ffe77
3 changed files with 8 additions and 6 deletions
6
_includes/head.liquid
Normal file
6
_includes/head.liquid
Normal file
|
|
@ -0,0 +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:type" content="website" />
|
||||||
|
<meta property="og:url" content="{{page.permalink}}" />
|
||||||
|
|
@ -1,9 +1,7 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
{% include "head.liquid" %}
|
||||||
<title>dork.dev - {{ page.title }}</title>
|
|
||||||
<link rel="stylesheet" type="text/css" href="/stylesheet.css">
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div>
|
<div>
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,7 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
{% include "head.liquid" %}
|
||||||
<title>dork.dev - {{ page.title }}</title>
|
|
||||||
<link rel="stylesheet" type="text/css" href="/stylesheet.css">
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div>
|
<div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue