1
0
Fork 0
forked from github/pelican

Fix typo in pelican-themes.rst

The least change would be to just say "suffixed", but I don't think that's a correct english word, so I choose "followed by"
This commit is contained in:
Nikolaus Schüler 2023-05-30 15:58:09 +02:00 committed by GitHub
commit 0a42b5f250
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -62,7 +62,7 @@ or ``--list`` option:
In this example, we can see there are three themes available: ``notmyidea``,
``simple``, and ``two-column``.
``two-column`` is prefixed with an ``@`` because this theme is not copied to
``two-column`` is followed by an ``@`` because this theme is not copied to
the Pelican theme path, but is instead just linked to it (see `Creating
symbolic links`_ for details about creating symbolic links).