diff options
author | 2021-04-19 21:09:09 +0800 | |
---|---|---|
committer | 2021-04-19 21:15:38 +0800 | |
commit | 5c44a33c43da0a6b67f073211e8b731808be7681 (patch) | |
tree | b1510a40f4f233bb1932d26378ee519f0b3f7427 /pydis_site | |
parent | Add TOC to certain pages. (diff) |
Implement miscellaneous review changes.
Punctuation, icon usage...
Diffstat (limited to 'pydis_site')
4 files changed, 4 insertions, 4 deletions
diff --git a/pydis_site/apps/content/resources/guides/pydis-guides/helping-others.md b/pydis_site/apps/content/resources/guides/pydis-guides/helping-others.md index c74cd8ad..d126707d 100644 --- a/pydis_site/apps/content/resources/guides/pydis-guides/helping-others.md +++ b/pydis_site/apps/content/resources/guides/pydis-guides/helping-others.md @@ -1,6 +1,6 @@ --- title: Helping Others -description: The staff take on how to help others in our community. +description: The staff's take on how to help others in our community. icon: fab fa-discord relevant_links: Asking Good Questions: ../asking-good-questions diff --git a/pydis_site/apps/content/resources/guides/python-guides/mutability.md b/pydis_site/apps/content/resources/guides/python-guides/mutability.md index 45eb9d9f..185dc87c 100644 --- a/pydis_site/apps/content/resources/guides/python-guides/mutability.md +++ b/pydis_site/apps/content/resources/guides/python-guides/mutability.md @@ -1,6 +1,6 @@ --- title: Mutability and Immutability in Python -description: "Mutable and immutable data types: What they are and how they work." +description: "Mutable and immutable data types: what they are and how they work." --- Consider this example: diff --git a/pydis_site/apps/content/resources/security-notice.md b/pydis_site/apps/content/resources/security-notice.md index 15b88cb0..e3630ae1 100644 --- a/pydis_site/apps/content/resources/security-notice.md +++ b/pydis_site/apps/content/resources/security-notice.md @@ -1,7 +1,7 @@ --- title: Security Notice description: How vulnerabilities in our projects should be reported. -icon: fas fa-lock +icon: fas fa-shield-alt --- This is the security notice for all Python Discord repositories. diff --git a/pydis_site/apps/content/resources/server-info/_info.yml b/pydis_site/apps/content/resources/server-info/_info.yml index af15244f..52df0f8d 100644 --- a/pydis_site/apps/content/resources/server-info/_info.yml +++ b/pydis_site/apps/content/resources/server-info/_info.yml @@ -1,3 +1,3 @@ title: Server Information -description: Information on roles, tooling and infrastructure at Python Discord. +description: Information on roles, tooling, and infrastructure at Python Discord. icon: fab fa-discord |