diff --git a/README.md b/README.md
index 182c3e96..564d12a2 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-
+
# Jinja
diff --git a/docs/_static/jinja-horizontal.svg b/docs/_static/jinja-horizontal.svg
deleted file mode 100644
index 22065683..00000000
--- a/docs/_static/jinja-horizontal.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-
diff --git a/docs/_static/jinja-logo.svg b/docs/_static/jinja-logo.svg
new file mode 100644
index 00000000..ec5ded51
--- /dev/null
+++ b/docs/_static/jinja-logo.svg
@@ -0,0 +1,11 @@
+
+
+
diff --git a/docs/_static/jinja-name.svg b/docs/_static/jinja-name.svg
new file mode 100644
index 00000000..8f9e42b0
--- /dev/null
+++ b/docs/_static/jinja-name.svg
@@ -0,0 +1,19 @@
+
+
+
diff --git a/docs/_static/jinja-vertical.svg b/docs/_static/jinja-vertical.svg
deleted file mode 100644
index 08f54e66..00000000
--- a/docs/_static/jinja-vertical.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-
diff --git a/docs/conf.py b/docs/conf.py
index ec264ed9..2b959294 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -50,6 +50,6 @@ html_sidebars = {
singlehtml_sidebars = {"index": ["project.html", "localtoc.html", "ethicalads.html"]}
html_static_path = ["_static"]
html_favicon = "_static/jinja-icon.svg"
-html_logo = "_static/jinja-vertical.svg"
+html_logo = "_static/jinja-logo.svg"
html_title = f"Jinja Documentation ({version})"
html_show_sourcelink = False
diff --git a/docs/index.rst b/docs/index.rst
index 15794205..74b11498 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -3,7 +3,7 @@
Jinja
=====
-.. image:: _static/jinja-horizontal.svg
+.. image:: _static/jinja-name.svg
:align: center
:height: 200px