diff --git a/layouts/_default/agb.html b/layouts/_default/agb.html index a580727..285ef14 100644 --- a/layouts/_default/agb.html +++ b/layouts/_default/agb.html @@ -5,13 +5,13 @@
-
+
{{ with .Params.subtitle }}{{ . | $.Page.RenderString (dict "display" "block") }}{{ end }}

{{ i18n "last_update" }}: {{ time.Format ":date_long" .Lastmod }}

{{ i18n "faq_toc_title" }}

{{ .TableOfContents }}
-
+
{{ .Content }}
diff --git a/layouts/partials/script.html b/layouts/partials/script.html index 3784497..fd3a909 100644 --- a/layouts/partials/script.html +++ b/layouts/partials/script.html @@ -70,4 +70,6 @@ tarteaucitron.user.matomoFullTracking = fullTracking (true | false); - \ No newline at end of file + \ No newline at end of file