diff --git a/_layouts/module.html b/_layouts/module.html index 76fb0bae0bfafd3505036d1d2db6370ee30d2837..8c7d0710469f3efb3142e8938d062a77b3c401e1 100644 --- a/_layouts/module.html +++ b/_layouts/module.html @@ -16,7 +16,7 @@ {% assign info = event | last %} {% capture main %}{% include eval.liquid content=main %}{% endcapture %} {% capture info %}{% include eval.liquid content=info %}{% endcapture %} - <dd class="module-event">{{ main | markdownify }} {{ info | markdownify }}</dd> + <dd class="module-event">{{ main | markdownify }}{{ info | markdownify }}</dd> {% endfor %} {% endfor %} </dl>