diff options
| author | Oliver Urs Lenz <oliver.urs.lenz@gmail.com> | 2018-07-11 15:54:47 +0200 |
|---|---|---|
| committer | Oliver Urs Lenz <oliver.urs.lenz@gmail.com> | 2018-11-01 18:08:11 +0100 |
| commit | 048ea4dc0c18b82cf5f560cb86de5a054c11b6e8 (patch) | |
| tree | 185642c225fcda84d413c6191f7f8bdc1a7ce1f4 /samples | |
| parent | 5c08af8f80c77c79d1b7980c838936500791752b (diff) | |
| download | pelican-048ea4dc0c18b82cf5f560cb86de5a054c11b6e8.tar.gz | |
automatically copy linked static files
Diffstat (limited to 'samples')
| -rw-r--r-- | samples/content/another_super_article.rst | 2 | ||||
| -rw-r--r-- | samples/content/super_article.rst | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/samples/content/another_super_article.rst b/samples/content/another_super_article.rst index e6e0a92c..37727116 100644 --- a/samples/content/another_super_article.rst +++ b/samples/content/another_super_article.rst @@ -14,7 +14,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:: |static|/pictures/Sushi.jpg :height: 450 px :width: 600 px :alt: alternate text diff --git a/samples/content/super_article.rst b/samples/content/super_article.rst index a96176a1..b2caa070 100644 --- a/samples/content/super_article.rst +++ b/samples/content/super_article.rst @@ -17,12 +17,12 @@ This is a simple title And here comes the cool stuff_. -.. image:: |filename|/pictures/Sushi.jpg +.. image:: |static|/pictures/Sushi.jpg :height: 450 px :width: 600 px :alt: alternate text -.. image:: |filename|/pictures/Sushi_Macro.jpg +.. image:: |static|/pictures/Sushi_Macro.jpg :height: 450 px :width: 600 px :alt: alternate text |
