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

_layouts: Add linebreaks to announcement.html, module.html

parent ad9ca270
No related branches found
No related tags found
No related merge requests found
<div class="announcement"> <div class="announcement">
<h2 class="announcement-header">{% if page.date %}<strong class="announcement-meta">{{ page.date | date: '%b %e' }}</strong> {% endif %}{{ page.title }}</h2> <h2 class="announcement-header">
{% if page.date %}
<strong class="announcement-meta">{{ page.date | date: '%b %e' }}</strong>
{% endif %}
{{ page.title }}
</h2>
<div class="announcement-body"> <div class="announcement-body">
{{ content }} {{ content }}
</div> </div>
......
<div class="module"> <div class="module">
<h2 class="module-header">{% if page.week %}<strong class="module-meta">Week {{ page.week }}</strong> {% endif %}{{ page.title }}</h2> <h2 class="module-header">
{% if page.week %}
<strong class="module-meta">Week {{ page.week }}</strong>
{% endif %}
{{ page.title }}
</h2>
{% if page.days %} {% if page.days %}
<dl class="module-days"> <dl class="module-days">
{% for day in page.days %} {% for day in page.days %}
......
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