mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Fix layout name for releases in README
This commit is contained in:
parent
590769a395
commit
34273d6955
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
src: http://sourceforge.net/mailarchive/message.php?msg_id=27771039
|
||||
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
|
||||
* `layout: post` important for Jekyll
|
||||
* `layout: releases` important for Jekyll
|
||||
* `title: ...` will be used as the title
|
||||
* `src: ...` (optional) link to full annoucement
|
||||
* `category: ...` category of post
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue