diff --git a/_layouts/post.html b/_layouts/post.html index a151d717..16fa3b10 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -34,6 +34,11 @@ layout: base

{{ page.title }}

+ {% if page.src %} +

+ Full announcement (including signatures) +

+ {% endif %} {{ content }}
diff --git a/_posts/releases/2011-07-08-v0.3.24.md b/_posts/releases/2011-07-08-v0.3.24.md index 50b90d0b..5de2ef44 100644 --- a/_posts/releases/2011-07-08-v0.3.24.md +++ b/_posts/releases/2011-07-08-v0.3.24.md @@ -1,7 +1,9 @@ --- layout: post title: Bitcoin version 0.3.24 released +src: http://sourceforge.net/mailarchive/message.php?msg_id=27771039 --- + Bitcoin v0.3.24 is now available for download at diff --git a/index.html b/index.html index b4bd61ea..4bcea57f 100644 --- a/index.html +++ b/index.html @@ -131,6 +131,11 @@ ALERT:

News

{% for post in site.posts limit: 1 %}

{{ post.title }} {{ post.date | date:"%e %B %Y" }}

+ {% if post.src %} +

+ Full announcement (including signatures) +

+ {% endif %} {{ post.content }} {% endfor %}

News archive