mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2025-07-03 03:35:24 +02:00
Implemented Cosmetics and User Custom CSS, closes #7
This commit is contained in:
@ -14,6 +14,10 @@
|
||||
|
||||
<title>{{ guild['name'] }} - Embed - Titan Embeds for Discord</title>
|
||||
{% include 'google_analytics.html.j2' %}
|
||||
|
||||
{% if css is not none %}
|
||||
<style>{{ css.css }}</style>
|
||||
{% endif %}
|
||||
</head>
|
||||
<body>
|
||||
<div class="navbar-fixed">
|
||||
|
Reference in New Issue
Block a user