From d17c704153464fddcc000d98f0028461b251f4ef Mon Sep 17 00:00:00 2001 From: DrBroiler Date: Mon, 28 Jun 2021 22:41:41 +0200 Subject: [PATCH] set Statistik --- config.yaml | 9 ++++----- content/stats.md | 8 ++------ layouts/stats/baseof.html | 24 ++++++++++++++++++++++++ 3 files changed, 30 insertions(+), 11 deletions(-) create mode 100644 layouts/stats/baseof.html diff --git a/config.yaml b/config.yaml index 1eed040..bfc1b92 100644 --- a/config.yaml +++ b/config.yaml @@ -96,11 +96,10 @@ menu: name: Meshkit und Gluon url: /meshkit/ weight: 42 - - identifier: hopglass - parent: map - name: HopGlass - url: /map/ - weight: 43 +# - identifier: hopglass +# parent: map +# name: HopGlass +# url: /map/ - identifier: statistic parent: map name: Statistik diff --git a/content/stats.md b/content/stats.md index 1c6085f..d428d81 100644 --- a/content/stats.md +++ b/content/stats.md @@ -1,7 +1,3 @@ --- -title: "Stats" -date: 2021-04-15T23:20:28+02:00 -style: single -draft: true ---- -# Stats content +type: "stats" +--- \ No newline at end of file diff --git a/layouts/stats/baseof.html b/layouts/stats/baseof.html new file mode 100644 index 0000000..7969e9e --- /dev/null +++ b/layouts/stats/baseof.html @@ -0,0 +1,24 @@ + + + + {{- partial "head.html" . -}} + + +
+ {{- partial "header.html" . -}} + + + +
+ {{- partial "scripts.html" . -}} + + \ No newline at end of file