2022-02-28 01:19:32 +01:00
|
|
|
</div>
|
2023-09-23 10:18:31 +02:00
|
|
|
</main><!-- #R-body-inner -->
|
2021-09-12 00:40:03 +02:00
|
|
|
{{- partial "custom-comments.html" . }}
|
2023-09-23 10:18:31 +02:00
|
|
|
</div><!-- #R-body -->
|
2022-11-17 17:29:01 +01:00
|
|
|
{{- $outputFormat := partial "output-format.hugo" .Page }}
|
|
|
|
{{- partial "output-partial.hugo" (dict "base" "menu" "page" . "parameter" . "outputFormat" $outputFormat) }}
|
2024-07-04 08:23:54 +02:00
|
|
|
{{- $assetBusting := partialCached "assetbusting.hugo" . }}
|
|
|
|
<script src="{{"js/clipboard.min.js" | relURL}}{{ $assetBusting }}" defer></script>
|
|
|
|
<script src="{{"js/perfect-scrollbar.min.js" | relURL}}{{ $assetBusting }}" defer></script>
|
2023-10-09 17:42:51 +02:00
|
|
|
{{- partial "dependencies.html" (dict "page" . "location" "footer" "outputFormat" $outputFormat) }}
|
2024-07-04 08:23:54 +02:00
|
|
|
<script src="{{"js/theme.js" | relURL}}{{ $assetBusting }}" defer></script>
|
2023-10-09 17:42:51 +02:00
|
|
|
{{- partial "custom-footer.html" . }}
|
2016-03-17 12:01:39 +01:00
|
|
|
</body>
|
|
|
|
</html>
|