aboutsummaryrefslogtreecommitdiffstats
path: root/nikola/data/samplesite/stories/quickstart.rst
diff options
context:
space:
mode:
Diffstat (limited to 'nikola/data/samplesite/stories/quickstart.rst')
-rw-r--r--nikola/data/samplesite/stories/quickstart.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/nikola/data/samplesite/stories/quickstart.rst b/nikola/data/samplesite/stories/quickstart.rst
index 5b78807..d08b295 100644
--- a/nikola/data/samplesite/stories/quickstart.rst
+++ b/nikola/data/samplesite/stories/quickstart.rst
@@ -369,18 +369,18 @@ __ quickref.html#directives
To include an image in your document, you use the the ``image`` directive__.
For example::
- .. image:: /images/biohazard.png
+ .. image:: /images/nikola.png
results in:
-.. image:: /images/biohazard.png
+.. image:: /images/nikola.png
-The ``/images/biohazard.png`` part indicates the filename of the image
+The ``/images/nikola.png`` part indicates the filename of the image
you wish to appear in the document. There's no restriction placed on
the image (format, size etc). If the image is to appear in HTML and
you wish to supply additional information, you may::
- .. image:: /images/biohazard.png
+ .. image:: /images/nikola.png
:height: 100
:width: 200
:scale: 50