forked from apiato/documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathchangelog.html
More file actions
executable file
·22 lines (16 loc) · 804 Bytes
/
changelog.html
File metadata and controls
executable file
·22 lines (16 loc) · 804 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
title: Change Log
---
<!--<p>Subscribe with <a href="{{ site.baseurl }}/feed.xml">RSS</a> to keep up with the latest changes.</p>-->
<p>On <a target="_blank" href="https://github.com/apiato/apiato/releases">Github</a></p>
<p class="editor-link"><a href="cloudcannon:collections/_posts" class="btn"><strong>✎</strong> Update Change Log</a></p>
<div class="changelog">
{% for change in site.posts %}
<div class="changelog-item">
<h3>{{ change.title }}</h3>
<p><span class="date">{{ change.date | date: "%B %d, %Y" }}</span> <span class="badge {{ change.type }}">{{ change.type }}</span></p>
{{ change.content }}
<p class="editor-link"><a href="cloudcannon:collections/{{ change.path }}" class="btn"><strong>✎</strong> Update Entry</a></p>
</div>
{% endfor %}
</div>