@slack/client
Version:
A library for creating a Slack client
17 lines (14 loc) • 408 B
HTML
layout: page
title: Changelog
permalink: /changelog
order: 10
{% for post in site.posts %}
<h2 id="{{ post.date | date: "%b-%-d-%Y" }}">{{ post.title }}</h2>
<p>{{ post.date | date: "%b %-d, %Y" }}</p>
<p>
{{ post.content }}
</p>
{% endfor %}
<p class="rss-subscribe">subscribe <a href="{{ "/feed.xml" | prepend: site.baseurl }}">via RSS</a></p>