add contact box to news if required by post
This commit is contained in:
parent
2723503d0c
commit
06ccf8a100
1 changed files with 6 additions and 3 deletions
|
|
@ -3,17 +3,20 @@ layout: default
|
||||||
---
|
---
|
||||||
<!-- begin events.html -->
|
<!-- begin events.html -->
|
||||||
<div class="column">
|
<div class="column">
|
||||||
<div>
|
|
||||||
<h1>{{ page.title }}</h1>
|
<h1>{{ page.title }}</h1>
|
||||||
<a href="cloudcannon:collections/{{ event.path }}" rel="nofollow" class="editor-link cms-editor-link">Redigera Event</a>
|
<a href="cloudcannon:collections/{{ event.path }}" rel="nofollow" class="editor-link cms-editor-link">Redigera Event</a>
|
||||||
|
|
||||||
<p><strong>{{ page.description }}</strong></p>
|
<p><strong>{{ page.description }}</strong></p>
|
||||||
</div>
|
|
||||||
|
|
||||||
{{ content }}
|
{{ content }}
|
||||||
|
{% if page.contact-form == true %}
|
||||||
|
{% include contact.html %}
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="column">
|
<div class="column">
|
||||||
{% include hittahit.html %}
|
{% include hittahit.html %}
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue