diff --git a/config.toml b/config.toml
index 4edefac9d669de7fc352993e69501e20e3fb5404..3e5e7e6b6981738854d57de108c885ea06f06581 100644
--- a/config.toml
+++ b/config.toml
@@ -45,6 +45,10 @@ index_format = "elasticlunr_json"
 #url =
 #alt =
 
+[extra.repo.web]
+tree = "https://edugit.org/Teckids/team-pr/teckids.org/-/tree/master/content"
+issues = "https://edugit.org/Teckids/team-pr/teckids.org/-/issues"
+
 [extra.footer]
 address = "Kennedyallee 18<br/>53175 Bonn"
 bank = "<b>IBAN:</b> DE31 3705 0198 1933 0485 46<br/><b>BIC:</b> COLSDE33XXX<br/>Sparkasse KoelnBonn"
diff --git a/templates/footer.html b/templates/footer.html
index 24c913672c654df2ba857894fbf414a3690cbe1f..cfcf40600af36791d3b11ff7f4e70083d3946d31 100644
--- a/templates/footer.html
+++ b/templates/footer.html
@@ -47,3 +47,7 @@
       </aside>
     </div>
   </div>
+  <aside class="section has-text-centered is-size-7">
+    Erstellt mit <a href="https://www.getzola.org/">Zola</a> und <a href="https://bulma.io/">Bulma</a><br/>
+    {% if thing.path %}Diese Seite kann <a href="{{ config.extra.repo.web.tree }}/{{ thing.relative_path }}">auf EduGit editiert werden</a> oder <a href="{{ config.extra.repo.web.issues }}">eine Verbesserung vorgeschlagen werden</a>.<br/>{% endif %}
+  </aside>