forked from markus/AMPERION_Webpage
Compare commits
2 commits
61f33b5767
...
464fe0bf1c
| Author | SHA1 | Date | |
|---|---|---|---|
| 464fe0bf1c | |||
| 7fae9cb13d |
2 changed files with 3 additions and 5 deletions
|
|
@ -5,13 +5,13 @@
|
|||
<section class="page-wrapper">
|
||||
<div class="container">
|
||||
<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 }}
|
||||
<p>{{ i18n "last_update" }}: {{ time.Format ":date_long" .Lastmod }}</p>
|
||||
<h3>{{ i18n "faq_toc_title" }}</h3>
|
||||
{{ .TableOfContents }}
|
||||
</div>
|
||||
<div class="col-md-8">
|
||||
<div class="col-md-8 text-block">
|
||||
{{ .Content }}
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -70,6 +70,4 @@
|
|||
tarteaucitron.user.matomoFullTracking = fullTracking (true | false);
|
||||
</script>
|
||||
|
||||
<script>
|
||||
(tarteaucitron.job = tarteaucitron.job || []).push('hcaptcha');
|
||||
</script>
|
||||
<script type="text/javascript" src="/js/tarteaucitron.js"></script>
|
||||
Loading…
Add table
Add a link
Reference in a new issue