diff options
author | 2021-03-23 17:17:22 +0800 | |
---|---|---|
committer | 2021-03-23 18:35:19 +0800 | |
commit | 7de2959402a048652bf6d4ec8e3bec1172bb11e8 (patch) | |
tree | fb4c7397ef262ca60e6aa90315dc1ec9371398fe /pydis_site/apps/content/views | |
parent | Style <pre> tag backgrounds same as <code>. (diff) |
Remove Github metadata feature.
This feature is still under implementation debate, so it will be further
discussed in another issue and implemeneted in a future PR.
Diffstat (limited to 'pydis_site/apps/content/views')
-rw-r--r-- | pydis_site/apps/content/views/article_category.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pydis_site/apps/content/views/article_category.py b/pydis_site/apps/content/views/article_category.py index 0c22b5e8..51b1def2 100644 --- a/pydis_site/apps/content/views/article_category.py +++ b/pydis_site/apps/content/views/article_category.py @@ -54,7 +54,6 @@ class ArticleOrCategoryView(TemplateView): article_result["metadata"].get("relevant_link_values", "").split(",") ) if link != "" and value != "" } - context["github_data"] = utils.get_github_information(location) else: raise Http404 |