aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/templates
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2020-09-02 22:19:45 +0100
committerGravatar GitHub <[email protected]>2020-09-02 22:19:45 +0100
commit55d4b8ff7457629676c3964581900c0328cb4673 (patch)
treeca14eea4be10f530f216b3f371cabfef345792c1 /pydis_site/templates
parentMerge pull request #349 from ks129/tags-cleanup (diff)
parentMerge branch 'master' into add_deployment_info (diff)
Merge pull request #376 from python-discord/add_deployment_info
Add deployment info and set up Sentry releases
Diffstat (limited to 'pydis_site/templates')
-rw-r--r--pydis_site/templates/base/base.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/pydis_site/templates/base/base.html b/pydis_site/templates/base/base.html
index 4c70d778..70426dc1 100644
--- a/pydis_site/templates/base/base.html
+++ b/pydis_site/templates/base/base.html
@@ -37,6 +37,7 @@
{% render_block "css" %}
</head>
<body class="site">
+ <!-- Git hash for this release: {{ git_sha }} -->
<main class="site-content">
{% if messages %}