From ede7905d3017740a4e4e8bb2c2bda3448a28f934 Mon Sep 17 00:00:00 2001 From: David Lord Date: Thu, 12 Jun 2025 13:58:36 -0700 Subject: [PATCH] svg logo --- README.md | 2 +- docs/_static/jinja-horizontal.svg | 19 ------------------- docs/_static/jinja-logo.svg | 11 +++++++++++ docs/_static/jinja-name.svg | 19 +++++++++++++++++++ docs/_static/jinja-vertical.svg | 19 ------------------- docs/conf.py | 2 +- docs/index.rst | 2 +- 7 files changed, 33 insertions(+), 41 deletions(-) delete mode 100644 docs/_static/jinja-horizontal.svg create mode 100644 docs/_static/jinja-logo.svg create mode 100644 docs/_static/jinja-name.svg delete mode 100644 docs/_static/jinja-vertical.svg 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 -- 2.47.3