From 306aef78d33ca0bdf63e4f538142da29dd9d230b Mon Sep 17 00:00:00 2001 From: Jeremy Zhang Date: Wed, 3 Jan 2018 13:01:05 +0000 Subject: [PATCH] Fixup to #63 --- webapp/titanembeds/templates/embed.html.j2 | 32 ++++--------------- webapp/titanembeds/templates/seo_meta.html.j2 | 13 +++++++- .../titanembeds/templates/site_layout.html.j2 | 13 +------- 3 files changed, 19 insertions(+), 39 deletions(-) diff --git a/webapp/titanembeds/templates/embed.html.j2 b/webapp/titanembeds/templates/embed.html.j2 index 01d0cb8..6c1d4e3 100644 --- a/webapp/titanembeds/templates/embed.html.j2 +++ b/webapp/titanembeds/templates/embed.html.j2 @@ -13,6 +13,11 @@ {% include 'seo_meta.html.j2' %} + + + + + {% with title="Visit " + guild['name'] + " embed", description="Visit " + guild['name'] + " on Titan Embeds and chat with your friends from the comfort of your own website. This page is 100% embeddable, iFrameable and looks good on any webpages. Titan is hassle free and designed as easy to setup!", image=generate_guild_icon( guild['id'], guild['icon']) %} {% include "opengraph_tags.html.j2" %} {% endwith %} @@ -27,11 +32,6 @@ {% if css.css is not none %}{{ css.css }}{% endif %} {% endif %} - - - - -