mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
parent
14f11f8561
commit
b9e2825da6
1 changed files with 2 additions and 3 deletions
|
|
@ -287,8 +287,7 @@ and images that may be sitting alongside the current post (instead of having
|
||||||
to determine where those resources will be placed after site generation).
|
to determine where those resources will be placed after site generation).
|
||||||
|
|
||||||
To link to internal content (files in the ``content`` directory), use the
|
To link to internal content (files in the ``content`` directory), use the
|
||||||
following syntax:
|
following syntax: ``|filename|path/to/file``::
|
||||||
``|filename|path/to/file``.
|
|
||||||
|
|
||||||
|
|
||||||
website/
|
website/
|
||||||
|
|
@ -323,7 +322,7 @@ and ``article2.md``::
|
||||||
Embedding non-article or non-page content is slightly different in that the
|
Embedding non-article or non-page content is slightly different in that the
|
||||||
directories need to be specified in ``pelicanconf.py`` file. The ``images``
|
directories need to be specified in ``pelicanconf.py`` file. The ``images``
|
||||||
directory is configured for this by default but others will need to be added
|
directory is configured for this by default but others will need to be added
|
||||||
manually.
|
manually::
|
||||||
|
|
||||||
content
|
content
|
||||||
├── images
|
├── images
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue