feat: add open graph

This commit is contained in:
Kat Inskip 2024-04-07 10:41:08 -07:00
parent 571664f131
commit 8b5b4ffe77
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
3 changed files with 8 additions and 6 deletions

6
_includes/head.liquid Normal file
View 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}}" />

View file

@ -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>

View file

@ -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>