Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 690 Bytes

release-history.md

File metadata and controls

24 lines (19 loc) · 690 Bytes
layout title body_class description
page
Release History
p-release-history
Update announcements for the Azavea branding guide.
    {% for post in site.posts %}
        <li class="c-block-list__item">
    
    		<div class="c-block">
        <p class="c-block__date">{{ post.date | date: "%b %-d, %Y" }}</p>
    			<h2 class="c-block__heading"><a href="{{ post.url | prepend: site.baseurl }}" class="c-block__link">{{ post.title }}</a></h2>
            	<div class="c-block__desc">
    				{{ post.content }}
    			</div><!--end c-block__desc-->
    		</div><!--end c-block-->
    
        </li><!--end c-block-list__item-->
    {% endfor %}