From 7de2959402a048652bf6d4ec8e3bec1172bb11e8 Mon Sep 17 00:00:00 2001 From: kosayoda Date: Tue, 23 Mar 2021 17:17:22 +0800 Subject: 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. --- pydis_site/apps/content/views/article_category.py | 1 - 1 file changed, 1 deletion(-) (limited to 'pydis_site/apps/content/views') 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 -- cgit v1.2.3