From 0a6943bdbee6fe13d9e51396ebbfa927c59c9266 Mon Sep 17 00:00:00 2001 From: Jeremy Zhang Date: Mon, 4 Sep 2017 03:40:42 +0000 Subject: [PATCH] Fix duplicate typo for example url in query param card --- webapp/titanembeds/templates/card_queryparams.html.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/titanembeds/templates/card_queryparams.html.j2 b/webapp/titanembeds/templates/card_queryparams.html.j2 index 35372a1..1387e0d 100644 --- a/webapp/titanembeds/templates/card_queryparams.html.j2 +++ b/webapp/titanembeds/templates/card_queryparams.html.j2 @@ -5,7 +5,7 @@

Use query parameters to customize your individual embeds out of this world!

-

Query parameters are in the format of key-value pairs. They are appended after your embed url such that it would look like so:
https://titanembeds.com/embed/1234567890?css=1&theme=DiscordDark&theme=DiscordDark

+

Query parameters are in the format of key-value pairs. They are appended after your embed url such that it would look like so:
https://titanembeds.com/embed/1234567890?css=1&defaultchannel=81387914189078528&theme=DiscordDark

Below is the reference of all the avaliable query parameters that may be used.