diff options
author | 2021-03-24 00:55:28 +0800 | |
---|---|---|
committer | 2021-03-24 00:55:28 +0800 | |
commit | dd16d63b3a6f1f646879c35e09fadfcbe39a03d1 (patch) | |
tree | 89648be2735e67da303bbc1b1fb1c0471f5bc780 /pydis_site/apps/content/tests | |
parent | Fix content columns when there is no sidebar. (diff) |
Rename `short_description` to `description`.
Given that there is no "long description", just `description` conveys
the same information with brevity.
Diffstat (limited to 'pydis_site/apps/content/tests')
4 files changed, 4 insertions, 4 deletions
diff --git a/pydis_site/apps/content/tests/test_content/category/subcategory/test4.md b/pydis_site/apps/content/tests/test_content/category/subcategory/test4.md index 8031131d..1763a869 100644 --- a/pydis_site/apps/content/tests/test_content/category/subcategory/test4.md +++ b/pydis_site/apps/content/tests/test_content/category/subcategory/test4.md @@ -1,6 +1,6 @@ --- title: Test 4 -short_description: Testing 4 +description: Testing 4 --- This is also test content and in subcategory. diff --git a/pydis_site/apps/content/tests/test_content/category/test3.md b/pydis_site/apps/content/tests/test_content/category/test3.md index 03ddd67b..9f294130 100644 --- a/pydis_site/apps/content/tests/test_content/category/test3.md +++ b/pydis_site/apps/content/tests/test_content/category/test3.md @@ -1,6 +1,6 @@ --- title: Test 3 -short_description: Testing 3 +description: Testing 3 --- This is too test content, but in category. diff --git a/pydis_site/apps/content/tests/test_content/test.md b/pydis_site/apps/content/tests/test_content/test.md index ca06c1d5..709860d1 100644 --- a/pydis_site/apps/content/tests/test_content/test.md +++ b/pydis_site/apps/content/tests/test_content/test.md @@ -1,6 +1,6 @@ --- title: Test -short_description: Testing +description: Testing relevant_links: Asking Good Questions: https://pythondiscord.com/pages/resources/guides/asking-good-questions/ Help Channel Guide: https://pythondiscord.com/pages/resources/guides/help-channels/ diff --git a/pydis_site/apps/content/tests/test_content/test2.md b/pydis_site/apps/content/tests/test_content/test2.md index 14d8a54b..0e57c3cd 100644 --- a/pydis_site/apps/content/tests/test_content/test2.md +++ b/pydis_site/apps/content/tests/test_content/test2.md @@ -1,6 +1,6 @@ --- title: Test 2 -short_description: Testing 2 +description: Testing 2 --- This is too test content. |