Fix theme: CSS specificity, hero_image URL, form include safety
This commit is contained in:
@@ -3,6 +3,6 @@
|
||||
{% block content %}
|
||||
<div class="post-form-wrap">
|
||||
<h1>{{ page.title }}</h1>
|
||||
{% include 'partials/form.html.twig' %}
|
||||
{% include 'partials/form.html.twig' ignore missing %}
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user