(site) Add link to release notes and tree/tag from download page
This commit is contained in:
parent
e37d657a61
commit
50b283aa5e
@ -11,6 +11,9 @@
|
|||||||
|
|
||||||
<% if (data.stable.latest) { %>
|
<% if (data.stable.latest) { %>
|
||||||
<h2>Latest Stable Build: <%= data.stable.latest.version %> (<%= data.stable.latest.name %>)</h2>
|
<h2>Latest Stable Build: <%= data.stable.latest.version %> (<%= data.stable.latest.name %>)</h2>
|
||||||
|
<p><a href="https://github.com/BinaryMuse/planetary.js/releases/tag/<%= data.stable.latest.version %>">Release notes</a>
|
||||||
|
|
|
||||||
|
<a href="https://github.com/BinaryMuse/planetary.js/tree/<%= data.stable.latest.version %>">GitHub tag</a></p>
|
||||||
|
|
||||||
<div class='ui list download-list'>
|
<div class='ui list download-list'>
|
||||||
<div class='item'>
|
<div class='item'>
|
||||||
@ -54,6 +57,9 @@
|
|||||||
|
|
||||||
<% if (data.unstable.latest) { %>
|
<% if (data.unstable.latest) { %>
|
||||||
<h2>Latest Unstable Build: <%= data.unstable.latest.version %></h2>
|
<h2>Latest Unstable Build: <%= data.unstable.latest.version %></h2>
|
||||||
|
<p><a href="https://github.com/BinaryMuse/planetary.js/releases/tag/<%= data.unstable.latest.version %>">Release notes</a>
|
||||||
|
|
|
||||||
|
<a href="https://github.com/BinaryMuse/planetary.js/tree/<%= data.unstable.latest.version %>">GitHub tag</a></p>
|
||||||
|
|
||||||
<div class='ui list download-list'>
|
<div class='ui list download-list'>
|
||||||
<div class='item'>
|
<div class='item'>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user