diff --git a/config.toml b/config.toml
index 0d47be31438344ddaeb3c539eee2060faa890345..b3e1b58b1589ad8b419171311e7f736e212841e8 100644
--- a/config.toml
+++ b/config.toml
@@ -85,7 +85,7 @@ footer_about_disable = false
 
 [[params.links.developer]]
 	name = "Institute"
-	url = "https://fbi.h-da.de/forschung/arbeitsgruppen/applied-cyber-security-darmstadt"
+	url = "https://fbi.h-da.de"
 	icon = "fa fa-university"
     desc = "Visist our institute homepage"
 
diff --git a/content/docs/List_Contributors.md b/content/docs/List_Contributors.md
new file mode 100644
index 0000000000000000000000000000000000000000..dd9ce7ea98f0ad8c9c38f16c3d0a9571abf6685d
--- /dev/null
+++ b/content/docs/List_Contributors.md
@@ -0,0 +1,13 @@
+---
+title: "Contributors"
+linktitle: "Contributors"
+date: 2021-05-05T22:18:28+02:00
+draft: false
+type: docs
+weight: 10
+---
+A list of our kind contributors:
+
+| Name                           | Affiliation | Contribution |
+|--------------------------------|-------------|--------------|
+||||
diff --git a/content/docs/_index.md b/content/docs/_index.md
index 2ccd81aeeec0e3ae95d9bb2ef7beda64470e791a..0fc53424c3bc2932fc4a2443473a98a27ab3f71f 100644
--- a/content/docs/_index.md
+++ b/content/docs/_index.md
@@ -9,4 +9,4 @@ menu:
     weight: 1
     pre: <i class='fas fa-book'></i>
 ---
-An open community site for sharing any relevant research, findings, and solutions on PQC migration and cryptographic agility.
\ No newline at end of file
+An open community site for sharing any relevant research, findings, and solutions on PQC migration and cryptographic agility.
diff --git a/layouts/partials/page-meta-lastmod.html b/layouts/partials/page-meta-lastmod.html
new file mode 100644
index 0000000000000000000000000000000000000000..44c19adbf5535732cd00c9006d8e53063ef7587e
--- /dev/null
+++ b/layouts/partials/page-meta-lastmod.html
@@ -0,0 +1 @@
+<!-- {{ T "post_last_mod"}} {{ .Lastmod.Format .Site.Params.time_format_default }}{{ with .GitInfo }}: <a  href="{{ $.Site.Params.github_repo }}/commit/{{ .Hash }}">{{ .Subject }} ({{ .AbbreviatedHash }})</a>{{end }} -->