diff options
author | 2020-10-05 18:41:50 +0300 | |
---|---|---|
committer | 2020-10-05 18:41:50 +0300 | |
commit | 48c092bc9ce79e469d7a8ec9242eefe7fdf1ceff (patch) | |
tree | dd8b6d013974f87b51fb8ec76abf67a24b1cac27 /pydis_site/apps/content | |
parent | Remove last modified field from article (diff) |
Implement custom icons for articles
Diffstat (limited to 'pydis_site/apps/content')
-rw-r--r-- | pydis_site/apps/content/resources/content/guides/how-to-write-a-guide.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pydis_site/apps/content/resources/content/guides/how-to-write-a-guide.md b/pydis_site/apps/content/resources/content/guides/how-to-write-a-guide.md index 8ea438a2..dc822d14 100644 --- a/pydis_site/apps/content/resources/content/guides/how-to-write-a-guide.md +++ b/pydis_site/apps/content/resources/content/guides/how-to-write-a-guide.md @@ -1,6 +1,8 @@ --- title: How to Write a Guide short_description: Learn how to write a guide for this website +icon_class: fas +icon: fa-info --- When you are interested about how to write guide for this site (like this), then you can learn about it here. |