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/templates/content/article.html | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'pydis_site/templates') diff --git a/pydis_site/templates/content/article.html b/pydis_site/templates/content/article.html index fcb29f32..bcdee95a 100644 --- a/pydis_site/templates/content/article.html +++ b/pydis_site/templates/content/article.html @@ -34,29 +34,11 @@

{{ article.metadata.title }}

-

Last modified: {{ github_data.last_modified }}

{{ article.article|safe }}
-
-
-

Contributors

-
-
- {% if github_data.contributors|length %} -
- {% for user, profile_url in github_data.contributors.items %} - {{ user }} - {% endfor %} -
- {% else %} -

N/A

- {% endif %} -
-
- {% if relevant_links|length > 0 %}
-- cgit v1.2.3