Skip to content

Commit

Permalink
added open graph protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
ungiglio committed Oct 9, 2024
1 parent a2b9446 commit aabac85
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
9 changes: 8 additions & 1 deletion changelog/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en">
<html lang="en" prefix="og: https://ogp.me/ns#">

<head>
<meta charset="UTF-8">
Expand All @@ -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;
Expand Down
8 changes: 7 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en">
<html lang="en" prefix="og: https://ogp.me/ns#">

<head>
<meta charset="UTF-8">
Expand All @@ -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;
Expand Down
8 changes: 7 additions & 1 deletion releases/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en">
<html lang="en" prefix="og: https://ogp.me/ns#">

<head>
<meta charset="UTF-8">
Expand All @@ -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;
Expand Down

0 comments on commit aabac85

Please sign in to comment.