Implemented Cosmetics and User Custom CSS, closes #7

This commit is contained in:
Jeremy Zhang
2017-05-22 01:07:32 +00:00
parent 6480df1b57
commit d18c9bf1c9
9 changed files with 274 additions and 5 deletions

View File

@ -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">