Skip to content
Snippets Groups Projects
Commit ee5118ac authored by Kevin Lin's avatar Kevin Lin
Browse files

_layouts: Remove space between main and info in module

parent 1f65cb53
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment