forked from markus/AMPERION_Webpage
Compare commits
No commits in common. "464fe0bf1cc0d1757d878baa358dbc1048a289d6" and "61f33b576770a48939d07d581bd82330b1c93f71" have entirely different histories.
464fe0bf1c
...
61f33b5767
2 changed files with 5 additions and 3 deletions
|
|
@ -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 text-left">
|
<div class="col-md-4 sticky-top">
|
||||||
{{ 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 text-block">
|
<div class="col-md-8">
|
||||||
{{ .Content }}
|
{{ .Content }}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -70,4 +70,6 @@
|
||||||
tarteaucitron.user.matomoFullTracking = fullTracking (true | false);
|
tarteaucitron.user.matomoFullTracking = fullTracking (true | false);
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<script type="text/javascript" src="/js/tarteaucitron.js"></script>
|
<script>
|
||||||
|
(tarteaucitron.job = tarteaucitron.job || []).push('hcaptcha');
|
||||||
|
</script>
|
||||||
Loading…
Add table
Add a link
Reference in a new issue