From fc54d5077fc18b148110d2d2911db54dc9839436 Mon Sep 17 00:00:00 2001 From: ks129 <45097959+ks129@users.noreply.github.com> Date: Tue, 6 Oct 2020 20:42:09 +0300 Subject: Add information about icons to articles writing guide --- .../apps/content/resources/content/guides/how-to-write-a-article.md | 2 ++ 1 file changed, 2 insertions(+) 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. -- cgit v1.2.3