diff --git a/_data/metadata.js b/_data/metadata.js
index 018662b..3f78b14 100644
--- a/_data/metadata.js
+++ b/_data/metadata.js
@@ -1,5 +1,6 @@
export default {
- title: 'CrispByte',
+ title: 'Crisp Byte',
+ description: 'Random writing by CheddarCrisp',
url: 'https://crispbyte.dev/',
author: {
name: 'CheddarCrisp',
diff --git a/_includes/layouts/base.njk b/_includes/layouts/base.njk
index 6096d25..6bf6ef4 100644
--- a/_includes/layouts/base.njk
+++ b/_includes/layouts/base.njk
@@ -3,6 +3,8 @@
{% if title %}{{ title }} - {% endif %}{{ metadata.title }}
+
+
diff --git a/_includes/socials.njk b/_includes/socials.njk
index dd97b41..6df4ab0 100644
--- a/_includes/socials.njk
+++ b/_includes/socials.njk
@@ -1,6 +1,8 @@