diff --git a/content/compliance/GDPR.md b/content/compliance/GDPR.md index db4bcf8..b425623 100755 --- a/content/compliance/GDPR.md +++ b/content/compliance/GDPR.md @@ -1,6 +1,7 @@ --- type: page title: Information sharing and cooperation enabled by GDPR +toc: true --- # Information sharing and cooperation enabled by GDPR diff --git a/content/compliance/ISO-IEC-27010.md b/content/compliance/ISO-IEC-27010.md index 63e78b1..2a91760 100644 --- a/content/compliance/ISO-IEC-27010.md +++ b/content/compliance/ISO-IEC-27010.md @@ -1,6 +1,7 @@ --- title: MISP as supporting platform for sharing information, following ISO/IEC 27010:2015 type: page +toc: true --- diff --git a/content/compliance/NISD.md b/content/compliance/NISD.md index 8798eb5..a02a69c 100644 --- a/content/compliance/NISD.md +++ b/content/compliance/NISD.md @@ -1,6 +1,7 @@ --- title: How MISP enables stakeholders identified by the NISD to perform key activities type: page +toc: true --- # How MISP enables stakeholders identified by the NISD to perform key activities diff --git a/layouts/page/list.html b/layouts/compliance/list.html similarity index 57% rename from layouts/page/list.html rename to layouts/compliance/list.html index 5e18140..40a107f 100644 --- a/layouts/page/list.html +++ b/layouts/compliance/list.html @@ -24,14 +24,30 @@
- + {{ if isset .Params "toc" }} +
+ {{ else }}
+ {{ end }}
{{ .Content }}
+ {{ if isset .Params "toc" }} +
+ +
+ {{ end }} +
diff --git a/layouts/page/single.html b/layouts/page/single.html new file mode 100644 index 0000000..40a107f --- /dev/null +++ b/layouts/page/single.html @@ -0,0 +1,70 @@ + + + + + {{ partial "headers.html" . }} + {{ partial "custom_headers.html" . }} + + + + +
+ + {{ partial "nav.html" . }} + + {{ partial "breadcrumbs.html" . }} + +
+ {{ if isset .Params "id" }} + + {{ partial .Params.id . }} + + {{ else }} + +
+ +
+ {{ if isset .Params "toc" }} +
+ {{ else }} +
+ {{ end }} + +
+ {{ .Content }} +
+ +
+ {{ if isset .Params "toc" }} +
+ +
+ {{ end }} + + +
+ + +
+ + + {{ end }} +
+ + + {{ partial "footer.html" . }} + +
+ + + {{ partial "scripts.html" . }} + + +