diff options
author | 2020-10-06 20:42:09 +0300 | |
---|---|---|
committer | 2020-10-06 20:42:09 +0300 | |
commit | fc54d5077fc18b148110d2d2911db54dc9839436 (patch) | |
tree | 7d09a560a07314733511673c2fc334648c64962d /pydis_site/apps | |
parent | Implement fetching contributors and last modification date from GitHub (diff) |
Add information about icons to articles writing guide
Diffstat (limited to 'pydis_site/apps')
-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. |