diff --git a/webapp/titanembeds/templates/dashboard.html.j2 b/webapp/titanembeds/templates/dashboard.html.j2 index c13e606..eb12152 100644 --- a/webapp/titanembeds/templates/dashboard.html.j2 +++ b/webapp/titanembeds/templates/dashboard.html.j2 @@ -2,6 +2,7 @@ {% set title="Dashboard" %} {% block content %} +{% include 'patreon_banner.html.j2' %}
Select a server to configure Titan Embeds.
*List missing some servers? It's because you must have either Manage Server, Kick Members, or Ban Members permissions to modify embed settings.
diff --git a/webapp/titanembeds/templates/index.html.j2 b/webapp/titanembeds/templates/index.html.j2 index 92b853a..43d2515 100644 --- a/webapp/titanembeds/templates/index.html.j2 +++ b/webapp/titanembeds/templates/index.html.j2 @@ -2,6 +2,7 @@ {% set title="Index" %} {% block content %} +{% include 'patreon_banner.html.j2' %}Add Titan to your discord server to create your own personalized chat embed!
Start here! diff --git a/webapp/titanembeds/templates/patreon_banner.html.j2 b/webapp/titanembeds/templates/patreon_banner.html.j2 new file mode 100644 index 0000000..7935920 --- /dev/null +++ b/webapp/titanembeds/templates/patreon_banner.html.j2 @@ -0,0 +1,3 @@ + \ No newline at end of file