updates
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
{% extends "default.html" %}
|
||||
|
||||
{% block head_includes %}
|
||||
{% if content_item.custom_css %}
|
||||
<link href="{{ content_item.custom_css }}">
|
||||
{% if content_item.css_file %}
|
||||
<link rel="stylesheet" href="/{{ content_item.css_file }}">
|
||||
{% endif %}
|
||||
{% endblock %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user