From 11491c1a72e79f647e0b694377975c8f3e02ba21 Mon Sep 17 00:00:00 2001 From: Nouri-Alnahawi <nouri.alnahaiw@h-da.de> Date: Wed, 12 May 2021 15:48:35 +0200 Subject: [PATCH] add contributors and remove lastmod date --- config.toml | 2 +- content/docs/List_Contributors.md | 13 +++++++++++++ content/docs/_index.md | 2 +- layouts/partials/page-meta-lastmod.html | 1 + 4 files changed, 16 insertions(+), 2 deletions(-) create mode 100644 content/docs/List_Contributors.md create mode 100644 layouts/partials/page-meta-lastmod.html diff --git a/config.toml b/config.toml index 0d47be3..b3e1b58 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 0000000..dd9ce7e --- /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 2ccd81a..0fc5342 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 0000000..44c19ad --- /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 }} --> -- GitLab