Skip to content
Snippets Groups Projects
announcement.html 229 B
<div class="announcement">
  <div class="announcement-body">
    <h2>{{ page.title }}{% if page.date %} <strong class="announcement-meta">{{ page.date | date: '%b %e' }}</strong>{% endif %}</h2>
    {{ content }}
  </div>
</div>