diff options
author | Nam Nguyen <namn@users.noreply.github.com> | 2021-01-03 21:24:10 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-03 21:24:10 -0800 |
commit | 783a70da460e2d498041dabed28b2380ac8f489a (patch) | |
tree | 35e9a141aa54398d3fbfa57f2691a980827c71e8 | |
parent | 8033162ba4393db60791b201fb100d1be0f04431 (diff) | |
download | pelican-783a70da460e2d498041dabed28b2380ac8f489a.tar.gz |
Fix typo in the FAQ: steamline --> streamline.
-rw-r--r-- | docs/faq.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/faq.rst b/docs/faq.rst index 8532ab3f..e174cd4e 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -242,7 +242,7 @@ command similar to ``cd content; find -name '*.md' | head -n 10``. My tag-cloud is missing/broken since I upgraded Pelican ======================================================= -In an ongoing effort to steamline Pelican, `tag_cloud` generation has been +In an ongoing effort to streamline Pelican, `tag_cloud` generation has been moved out of the pelican core and into a separate `plugin <https://github.com/getpelican/pelican-plugins/tree/master/tag_cloud>`_. See the :ref:`plugins` documentation further information about the Pelican plugin |