Fix layout name for releases in README

This commit is contained in:
Saivann 2013-06-17 22:47:16 -04:00
parent 590769a395
commit 34273d6955

View file

@ -94,7 +94,7 @@ Release notes should be placed in `_posts/releases/YEAR-MONTH-DAY-SHORTTITLE.md`
``` ```
--- ---
layout: post layout: releases
title: Bitcoin version 0.3.24 released title: Bitcoin version 0.3.24 released
src: http://sourceforge.net/mailarchive/message.php?msg_id=27771039 src: http://sourceforge.net/mailarchive/message.php?msg_id=27771039
category: releases category: releases
@ -106,7 +106,7 @@ Bitcoin v0.3.24 is now available for download at
... ...
``` ```
* `SHORTTITLE` is used to construct the URL. Something like `v0.3.24` will be fine * `SHORTTITLE` is used to construct the URL. Something like `v0.3.24` will be fine
* `layout: post` important for Jekyll * `layout: releases` important for Jekyll
* `title: ...` will be used as the title * `title: ...` will be used as the title
* `src: ...` (optional) link to full annoucement * `src: ...` (optional) link to full annoucement
* `category: ...` category of post * `category: ...` category of post