diff --git a/docs/assets/social.png b/docs/assets/social.png
new file mode 100644
index 0000000..2d58199
Binary files /dev/null and b/docs/assets/social.png differ
diff --git a/docs/de/index.md b/docs/de/index.md
index 4ccdd20..3247edd 100644
--- a/docs/de/index.md
+++ b/docs/de/index.md
@@ -1,8 +1,3 @@
----
-title: Journalistische Neutralität
-description: Der News Deframer erkennt journalistische Neutralität und Framing in Nachrichtenartikeln mithilfe von LLMs.
----
-
# News Deframer
Der "News Deframer" ist ein sprachliches Analysetool, für alle Ihre präferierten Nachrichtenseiten. Mit Hilfe von LLMs analysiert es die Nachrichten Schlagzeilen. Die Anwendung besitzt zwei Verwendungsmöglichkeiten: einen **RSS-Feed-Proxy** und ein **Browser-Plugin**.
diff --git a/docs/en/index.md b/docs/en/index.md
index 0ee2573..3dcbdb1 100644
--- a/docs/en/index.md
+++ b/docs/en/index.md
@@ -1,8 +1,7 @@
----
+
# News Deframer
News Deframer will detect journalistic neutrality and framing in news articles. By leveraging Large Language Models (LLMs), it analyzes the news headlines. It can act as an **RSS Feed Proxy** or as a **browser plugin**.
diff --git a/mkdocs.yml b/mkdocs.yml
index a9e71ca..2a76ead 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -61,11 +61,11 @@ plugins:
copyright: Copyright © 2026
- search
- glightbox
- - social:
- cards_layout_options:
- # background_color: "#000000"
- # color: "#ffffff"
- font_family: Roboto
+ # - social:
+ # cards_layout_options:
+ # # background_color: "#000000"
+ # # color: "#ffffff"
+ # font_family: Roboto
extra_javascript:
- js/language-detect.js
diff --git a/overrides/main.html b/overrides/main.html
new file mode 100644
index 0000000..9f3b1b6
--- /dev/null
+++ b/overrides/main.html
@@ -0,0 +1,16 @@
+{% extends "base.html" %}
+
+{% block extrahead %}
+
+
+
+
+
+
+
+
+
+
+
+
+{% endblock %}