diff --git a/templates/index.html b/templates/index.html index a10807f..6145cee 100644 --- a/templates/index.html +++ b/templates/index.html @@ -6,7 +6,7 @@
-

+

{{ label }}

diff --git a/templates/shortcodes/alert.html b/templates/shortcodes/alert.html index 0bd054d..867216f 100644 --- a/templates/shortcodes/alert.html +++ b/templates/shortcodes/alert.html @@ -10,9 +10,9 @@ {% endif %}
-

+

- {{ title }} + {{ title | replace(from="BmMT", to='BmMT') | safe }}

{{ body | markdown | safe }}