From aabac851f238a2f95d2c0699cd745c128842b53e Mon Sep 17 00:00:00 2001 From: trinity <79840904+ungiglio@users.noreply.github.com> Date: Wed, 9 Oct 2024 19:31:11 +0200 Subject: [PATCH] added open graph protocol --- changelog/index.html | 9 ++++++++- index.html | 8 +++++++- releases/index.html | 8 +++++++- 3 files changed, 22 insertions(+), 3 deletions(-) diff --git a/changelog/index.html b/changelog/index.html index b5722e9..ea95689 100644 --- a/changelog/index.html +++ b/changelog/index.html @@ -1,5 +1,5 @@ <!DOCTYPE html> -<html lang="en"> +<html lang="en" prefix="og: https://ogp.me/ns#"> <head> <meta charset="UTF-8"> @@ -12,6 +12,13 @@ <link rel="mask-icon" href="https://i.imgur.com/qdDn97I.png" color="#b266ff"> <meta name="msapplication-TileColor" content="#9f00a7"> <meta name="theme-color" content="#ffffff"> + <meta property="og:title" content="Changelog" /> + <meta property="og:description" content="Changelog page for @ungiglio Discordia project." /> + <meta property="og:type" content="website" /> + <meta property="og:url" content="https://ungiglio.github.io/DiscordDiscordia/changelog/" /> + <meta property="og:image" content="https://i.imgur.com/mbe3YLR.png" /> + <meta property="og:site_name" content="Discordia" /> + <style> body { font-family: Arial, sans-serif; diff --git a/index.html b/index.html index 7b1fbba..b4a9ed0 100644 --- a/index.html +++ b/index.html @@ -1,5 +1,5 @@ <!DOCTYPE html> -<html lang="en"> +<html lang="en" prefix="og: https://ogp.me/ns#"> <head> <meta charset="UTF-8"> @@ -12,6 +12,12 @@ <link rel="mask-icon" href="https://i.imgur.com/qdDn97I.png" color="#b266ff"> <meta name="msapplication-TileColor" content="#9f00a7"> <meta name="theme-color" content="#ffffff"> + <meta property="og:title" content="Lande della Discordia" /> + <meta property="og:description" content="A custom purple theme to enhance your Discord experience." /> + <meta property="og:type" content="website" /> + <meta property="og:url" content="https://ungiglio.github.io/DiscordDiscordia/" /> + <meta property="og:image" content="https://i.imgur.com/mbe3YLR.png" /> + <meta property="og:site_name" content="Discordia" /> <style> body { font-family: Arial, sans-serif; diff --git a/releases/index.html b/releases/index.html index 564c347..a0c6463 100644 --- a/releases/index.html +++ b/releases/index.html @@ -1,5 +1,5 @@ <!DOCTYPE html> -<html lang="en"> +<html lang="en" prefix="og: https://ogp.me/ns#"> <head> <meta charset="UTF-8"> @@ -12,6 +12,12 @@ <link rel="mask-icon" href="https://i.imgur.com/qdDn97I.png" color="#b266ff"> <meta name="msapplication-TileColor" content="#9f00a7"> <meta name="theme-color" content="#ffffff"> + <meta property="og:title" content="Releases" /> + <meta property="og:description" content="Releases page for @ungiglio Discordia project." /> + <meta property="og:type" content="website" /> + <meta property="og:url" content="https://ungiglio.github.io/DiscordDiscordia/releases/" /> + <meta property="og:image" content="https://i.imgur.com/mbe3YLR.png" /> + <meta property="og:site_name" content="Discordia" /> <style> body { font-family: Arial, sans-serif;