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