Skip to content

Commit

Permalink
List and order posts properly on /blog index (bisq-network#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeams committed Jul 30, 2017
1 parent dd7c1b9 commit 23d2b72
Showing 1 changed file with 3 additions and 26 deletions.
29 changes: 3 additions & 26 deletions blog.html
Original file line number Diff line number Diff line change
@@ -1,33 +1,10 @@
---
layout: page
title: Blog ‹ Bisq - The decentralized bitcoin exchange
banner: null
---
<h1>Blog</h1>

<ul>
<li><a href="/blog/reality-check/">reality-check</a></li>
<li><a href="/blog/beta-version-launched/">beta-version-launched</a></li>
<li><a href="/blog/bitsquare-arbitration-system/">bitsquare-arbitration-system</a></li>
<li><a href="/blog/bitsquare-becomes-bisq/">bitsquare-becomes-bisq</a></li>
<li><a href="/blog/bitsquare-is-rebranding/">bitsquare-is-rebranding</a></li>
<li><a href="/blog/bitsquare-now-in-alpha/">bitsquare-now-in-alpha</a></li>
<li><a href="/blog/bitsquare-protection-mechanisms/">bitsquare-protection-mechanisms</a></li>
<li><a href="/blog/bitsquare-v0-4-payment-methods-and-arbitrtion-system/">bitsquare-v0-4-payment-methods-and-arbitrtion-system</a></li>
<li><a href="/blog/bitsquare-website-updated/">bitsquare-website-updated</a></li>
<li><a href="/blog/concept-overview/">concept-overview</a></li>
<li><a href="/blog/crowdfunding-campaign-conclusion/">crowdfunding-campaign-conclusion</a></li>
<li><a href="/blog/development-update/">development-update</a></li>
<li><a href="/blog/explorering-the-new-territory/">explorering-the-new-territory</a></li>
<li><a href="/blog/killer-apps/">killer-apps</a></li>
<li><a href="/blog/new-p2p-network/">new-p2p-network</a></li>
<li><a href="/blog/new-team-members/">new-team-members</a></li>
<li><a href="/blog/outcome-of-rebranding-bounty/">outcome-of-rebranding-bounty</a></li>
<li><a href="/blog/privacy-in-bitsquare/">privacy-in-bitsquare</a></li>
<li><a href="/blog/reality-check/">reality-check</a></li>
<li><a href="/blog/software-demo/">software-demo</a></li>
<li><a href="/blog/the-bisq-dao-manifesto/">the-bisq-dao-manifesto</a></li>
<li><a href="/blog/the-problem-with-crypto-governance-is-power/">the-problem-with-crypto-governance-is-power</a></li>
<li><a href="/blog/update/">update</a></li>
<li><a href="/blog/why-decentralisation-is-essential-for-bitcoins-utility-as-money/">why-decentralisation-is-essential-for-bitcoins-utility-as-money</a></li>
{% for post in site.posts %}
<li>{{ post.date | date: '%Y-%m-%d' }}: <a href="{{ post.url }}">{{ post.title }}</a></li>
{% endfor %}
</ul>

0 comments on commit 23d2b72

Please sign in to comment.