diff options
Diffstat (limited to 'pydis_site')
-rw-r--r-- | pydis_site/apps/content/resources/content/guides/how-to-write-a-article.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pydis_site/apps/content/resources/content/guides/how-to-write-a-article.md b/pydis_site/apps/content/resources/content/guides/how-to-write-a-article.md index 0ad45cc3..ec89988c 100644 --- a/pydis_site/apps/content/resources/content/guides/how-to-write-a-article.md +++ b/pydis_site/apps/content/resources/content/guides/how-to-write-a-article.md @@ -43,6 +43,8 @@ You can read more about Markdown metadata [here](https://github.com/trentm/pytho - **Name:** Easily-readable name for your article. - **Short Description:** Small, 1-2 line description that describe what your article explain. - **Relevant Links and Values:** URLs and values is under different fields, separated with comma. +- **Icon class:** `icon_class` field have one of the favicons classes. Default is `fab`. +- **Icon:** `icon` field have favicon name. Default `fa-python`. ## Content For content, mostly you can use standard markdown, but there is a few addition that is available. |