mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Fixing some warnings and errors in the sample content. Images are now correctly displayed.
This commit is contained in:
parent
0b8d5bdaaa
commit
f4303608ee
9 changed files with 8 additions and 5 deletions
|
|
@ -1,6 +1,7 @@
|
|||
Trop bien !
|
||||
###########
|
||||
|
||||
:date: 2010-10-20 10:14
|
||||
:lang: fr
|
||||
:slug: oh-yeah
|
||||
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@ Oh yeah !
|
|||
:date: 2010-10-20 10:14
|
||||
:category: bar
|
||||
:author: Alexis Métaireau
|
||||
:lang: en
|
||||
:slug: oh-yeah
|
||||
:license: WTFPL
|
||||
|
||||
|
|
@ -14,7 +15,7 @@ Why not ?
|
|||
After all, why not ? It's pretty simple to do it, and it will allow me to write my blogposts in rst !
|
||||
YEAH !
|
||||
|
||||
.. image:: |filename|/pictures/Sushi.jpg
|
||||
.. image:: |filename|/images/Sushi.jpg
|
||||
:height: 450 px
|
||||
:width: 600 px
|
||||
:alt: alternate text
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
A draft article
|
||||
###############
|
||||
|
||||
:date: 2011-05-08 15:58
|
||||
:status: draft
|
||||
|
||||
This is a draft article, it should live under the /drafts/ folder and not be
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
User-agent: *
|
||||
Disallow: /pictures
|
||||
Disallow: /images
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 61 KiB After Width: | Height: | Size: 61 KiB |
|
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 28 KiB |
|
Before Width: | Height: | Size: 38 KiB After Width: | Height: | Size: 38 KiB |
|
|
@ -5,7 +5,7 @@ This is a test page
|
|||
|
||||
Just an image.
|
||||
|
||||
.. image:: |filename|/pictures/Fat_Cat.jpg
|
||||
.. image:: |filename|/images/Fat_Cat.jpg
|
||||
:height: 450 px
|
||||
:width: 600 px
|
||||
:alt: alternate text
|
||||
|
|
|
|||
|
|
@ -17,12 +17,12 @@ This is a simple title
|
|||
|
||||
And here comes the cool stuff_.
|
||||
|
||||
.. image:: |filename|/pictures/Sushi.jpg
|
||||
.. image:: |filename|/images/Sushi.jpg
|
||||
:height: 450 px
|
||||
:width: 600 px
|
||||
:alt: alternate text
|
||||
|
||||
.. image:: |filename|/pictures/Sushi_Macro.jpg
|
||||
.. image:: |filename|/images/Sushi_Macro.jpg
|
||||
:height: 450 px
|
||||
:width: 600 px
|
||||
:alt: alternate text
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue