From 8aed7291d95070d8dbb8ce322de4108918c0f8f1 Mon Sep 17 00:00:00 2001
From: David Luevano Alvarado <david@luevano.xyz>
Date: Sat, 5 Jun 2021 03:56:24 -0600
Subject: add og support

---
 blog/dst/a/sql_video_notes.html | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)

(limited to 'blog/dst/a/sql_video_notes.html')

diff --git a/blog/dst/a/sql_video_notes.html b/blog/dst/a/sql_video_notes.html
index b64f858..14a0e56 100644
--- a/blog/dst/a/sql_video_notes.html
+++ b/blog/dst/a/sql_video_notes.html
@@ -1,10 +1,12 @@
 <!DOCTYPE html>
-<html lang="en">
+<html lang="en"
+      prefix="og: https://ogp.me/ns#">
   <head>
     <base href="https://static.luevano.xyz">
     <meta charset="utf-8">
     <meta name="viewport" content="width=device-width, initial-scale=1">
     <title>SQL tutorial video notes -- Luévano's Blog</title>
+    <meta name="description" content"Notes of videos about basic SQL syntax and usage, as requested by a mentor of mine."/>
     <link rel="alternate" type="application/rss+xml" href="https://blog.luevano.xyz/rss.xml" title="Luévano's Blog RSS">
     <link rel="icon" href="images/icons/favicon.ico">
 
@@ -21,6 +23,15 @@
     <script type="text/javascript" src="scripts/theme.js"></script>
     <link id="theme-css" rel="stylesheet" type="text/css" href="css/dark.css">
     <link id="code-theme-css" rel="stylesheet" type="text/css" href="hl/styles/solarized-dark.min.css">
+
+    <!-- og meta -->
+  <meta property="og:title" content="SQL tutorial video notes -- Luévano's Blog"/>
+  <meta property="og:type" content="article"/>
+  <meta property="og:url" content="https://blog.luevano.xyz/a/sql_video_notes.html"/>
+  <meta property="og:image" content="https://static.luevano.xyz//images/b/default.png"/>
+  <meta property="og:description" content="Notes of videos about basic SQL syntax and usage, as requested by a mentor of mine."/>
+  <meta property="og:locale" content="en"/>
+  <meta property="og:site_name" content="Luévano's Blog"/>
   </head>
 
   <body>
-- 
cgit v1.2.3-70-g09d2