mirror of https://github.com/perkeep/perkeep.git
website: revert latest to 0.8, add blank line because markdown
I believe the added blank line is needed for markdown to "realize" it's a comment tag, or whatever. The comment is actually hidden again now. Change-Id: Ia8f63177e9363db676e970b866fe1ffa6f3cab10
This commit is contained in:
parent
621388f0bf
commit
cca20e7080
|
@ -33,6 +33,7 @@ Or browse at Github: <a href="https://github.com/bradfitz/camlistore/tree/0.8">g
|
|||
<p>Please note that <a href="https://golang.org/dl/">Go 1.3 or newer</a> is now required for this release.</p>
|
||||
|
||||
<h2>Release stats</h2>
|
||||
|
||||
<!--
|
||||
$ PREV=0.7; echo "$(git shortlog -e -s $PREV..HEAD | sed -e 's/^.*<//;s/>.*$//' | uniq | wc -l) total commiters over $(git log --format=oneline $PREV..HEAD | wc -l) commits since $PREV (), including $(i=0; git shortlog -s $PREV..HEAD | cut -c8- | fgrep ' ' | while read nm; do i=$(($i + 1)); if [ $i -ge 2 ]; then echo -n ', '; fi; echo -n "$nm"; done)."
|
||||
-->
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
|
||||
<h2>Latest Release</h2>
|
||||
|
||||
<p>The latest release is <a href="docs/release/0.9">0.9 ("?")</a>, released 2015-??-??.</p>
|
||||
<p>The latest release is <a href="docs/release/0.8">0.8 ("Tokyo")</a>, released 2014-08-03.</p>
|
||||
<p>Follow the <a href="/download">download and getting started instructions</a> to set up Camlistore.</p>
|
||||
|
||||
<h2>Video Demo</h2>
|
||||
|
|
Loading…
Reference in New Issue