Update020920251023

This commit is contained in:
Markus 2025-09-02 10:23:35 +02:00
parent 7fae9cb13d
commit 464fe0bf1c

View file

@ -5,13 +5,13 @@
<section class="page-wrapper"> <section class="page-wrapper">
<div class="container"> <div class="container">
<div class="row"> <div class="row">
<div class="col-md-4 sticky-top"> <div class="col-md-4 sticky-top text-left">
{{ with .Params.subtitle }}{{ . | $.Page.RenderString (dict "display" "block") }}{{ end }} {{ with .Params.subtitle }}{{ . | $.Page.RenderString (dict "display" "block") }}{{ end }}
<p>{{ i18n "last_update" }}: {{ time.Format ":date_long" .Lastmod }}</p> <p>{{ i18n "last_update" }}: {{ time.Format ":date_long" .Lastmod }}</p>
<h3>{{ i18n "faq_toc_title" }}</h3> <h3>{{ i18n "faq_toc_title" }}</h3>
{{ .TableOfContents }} {{ .TableOfContents }}
</div> </div>
<div class="col-md-8"> <div class="col-md-8 text-block">
{{ .Content }} {{ .Content }}
</div> </div>
</div> </div>