diff options
author | 2022-10-28 21:27:17 +0800 | |
---|---|---|
committer | 2023-05-06 11:04:36 +0200 | |
commit | 1bed1356ab5f58af282315fa059d634766e3592e (patch) | |
tree | 6963b65611a2cb1275d7b7c4a63af9bb484df7c3 /pydis_site/templates/content/base.html | |
parent | feat: Edit on GitHub button for content articles (diff) |
Edit on GitHub link instead of button
- Before the title
- Aligned left - more mobile-friendly
- Simpler page structure
- I personally don't think it makes sense for a simple link to a page's
source be a button. Plus, it's similar to the style of other docs like
VS Code
Diffstat (limited to 'pydis_site/templates/content/base.html')
-rw-r--r-- | pydis_site/templates/content/base.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pydis_site/templates/content/base.html b/pydis_site/templates/content/base.html index 8f6fd1d8..2fd721a3 100644 --- a/pydis_site/templates/content/base.html +++ b/pydis_site/templates/content/base.html @@ -1,6 +1,5 @@ {% extends 'base/base.html' %} {% load static %} -{% load page_src %} {% block title %}{{ page_title }}{% endblock %} {% block head %} |