diff --git a/_includes/main/header.html b/_includes/main/header.html
index b34d860..fa89a62 100644
--- a/_includes/main/header.html
+++ b/_includes/main/header.html
@@ -13,6 +13,13 @@
+
+ -
+
+
+
+
+
{% if site.author.youtube %}
-
@@ -20,6 +27,7 @@
{% endif %}
+
{% if site.author.stackoverflow %}
-
diff --git a/_my_tags/blog.md b/_my_tags/blog.md
new file mode 100644
index 0000000..544aacb
--- /dev/null
+++ b/_my_tags/blog.md
@@ -0,0 +1,6 @@
+---
+slug: blog
+name: blog
+description: >
+ Articles relating to Minetest Blog
+---
diff --git a/_my_tags/dactl.md b/_my_tags/dactl.md
deleted file mode 100644
index 1a72c06..0000000
--- a/_my_tags/dactl.md
+++ /dev/null
@@ -1,6 +0,0 @@
----
-slug: dactl
-name: dactl
-description: >
- This tag has the description filled in - check it out `_my_tags/dactyl.md`
----
diff --git a/_my_tags/engine_feature.md b/_my_tags/engine_feature.md
new file mode 100644
index 0000000..59d1b5f
--- /dev/null
+++ b/_my_tags/engine_feature.md
@@ -0,0 +1,6 @@
+---
+slug: engine_feature
+name: engine_feature
+description: >
+ New features for the Engine
+---
diff --git a/_my_tags/event.md b/_my_tags/event.md
new file mode 100644
index 0000000..60597b0
--- /dev/null
+++ b/_my_tags/event.md
@@ -0,0 +1,6 @@
+---
+slug: event
+name: event
+description: >
+ events in the minetest community
+---
diff --git a/_my_tags/exile.md b/_my_tags/exile.md
new file mode 100644
index 0000000..2f59f6b
--- /dev/null
+++ b/_my_tags/exile.md
@@ -0,0 +1,6 @@
+---
+slug: blog
+name: blog
+description: >
+ Mentions Exile
+---
diff --git a/_my_tags/howto.md b/_my_tags/howto.md
deleted file mode 100644
index 17fcdf2..0000000
--- a/_my_tags/howto.md
+++ /dev/null
@@ -1,4 +0,0 @@
----
-slug: howto
-name: How to
----
diff --git a/_my_tags/jekyll.md b/_my_tags/jekyll.md
deleted file mode 100644
index 3d60ee7..0000000
--- a/_my_tags/jekyll.md
+++ /dev/null
@@ -1,4 +0,0 @@
----
-slug: jekyll
-name: Jekyll
----
diff --git a/_my_tags/nodecore.md b/_my_tags/nodecore.md
new file mode 100644
index 0000000..b805d38
--- /dev/null
+++ b/_my_tags/nodecore.md
@@ -0,0 +1,6 @@
+---
+slug: blog
+name: blog
+description: >
+ Mentions Nodecore
+---
diff --git a/_posts/2022-01-22-Welcome.markdown b/_posts/2022-01-22-Welcome.markdown
index c69f425..7690738 100644
--- a/_posts/2022-01-22-Welcome.markdown
+++ b/_posts/2022-01-22-Welcome.markdown
@@ -2,20 +2,15 @@
layout: post
title: Welcome to the new Minetest Blog
tags:
- - Blog Status
+ - blog
description: >
A new way to share your work.
hero: /assets/img/default_hero.png
-overlay:
+overlay: White
published: true
---
-# Table of contents
-* [Briefing](#overview)
-## Briefing
-------------------------------------------------
-
A Blog is a great way for a project to share updates and generate excitement for new featues among its community. Thats why we are starting a new blog for minetest! This will be a great way to stay up-to-date with the diverse parts of the community. Blog content will be solicited from community members, for Engine development updates, Mods, Games, Builds, Art, Servers and anything minetest related. Yes, this will include shills for people's own projects, but they need an excuse such as a major update, great new feature, or event. See [Submitting](https://minetestblog.github.io/)
diff --git a/_sass/_icons.scss b/_sass/_icons.scss
index 8760776..90638ea 100644
--- a/_sass/_icons.scss
+++ b/_sass/_icons.scss
@@ -69,6 +69,6 @@
.icon-twitter:before {
content: "\e906";
}
-.icon-youtube:before {
+.icon-matrix:before {
content: "\e907";
}
diff --git a/assets/vendor/icomoon/icomoon.svg b/assets/vendor/icomoon/icomoon.svg
index e0cc1d0..5c5bab2 100644
--- a/assets/vendor/icomoon/icomoon.svg
+++ b/assets/vendor/icomoon/icomoon.svg
@@ -23,4 +23,5 @@
+
\ No newline at end of file