diff options
author | Justin Mayer <entroP@gmail.com> | 2021-01-07 17:17:14 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-07 17:17:14 +0100 |
commit | 659c4cbf0f0cd823d5eb199220e5a087f167733d (patch) | |
tree | b872b3de3fced52f7aee317f5852cdd1f92d4f55 | |
parent | b17e4a5ffaab2f4f235cbb76c6a05b91cf69c878 (diff) | |
parent | 783a70da460e2d498041dabed28b2380ac8f489a (diff) | |
download | pelican-659c4cbf0f0cd823d5eb199220e5a087f167733d.tar.gz |
Merge pull request #2836 from namn/patch-1
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 2902a0e4..94a553ad 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -232,7 +232,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 |