2022-02-28 00:19:32 +00:00
|
|
|
</div>
|
2023-09-23 08:18:31 +00:00
|
|
|
</main><!-- #R-body-inner -->
|
2021-09-11 22:40:03 +00:00
|
|
|
{{- partial "custom-comments.html" . }}
|
2023-09-23 08:18:31 +00:00
|
|
|
</div><!-- #R-body -->
|
2024-08-27 07:31:26 +00:00
|
|
|
{{- partial "output-partial.hugo" (dict "base" "menu" "page" . "parameter" .) }}
|
2024-07-04 06:23:54 +00: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>
|
2024-08-27 07:13:06 +00:00
|
|
|
{{- partial "dependencies.html" (dict "page" . "location" "footer") }}
|
2024-07-04 06:23:54 +00:00
|
|
|
<script src="{{"js/theme.js" | relURL}}{{ $assetBusting }}" defer></script>
|
2023-10-09 15:42:51 +00:00
|
|
|
{{- partial "custom-footer.html" . }}
|
2016-03-17 11:01:39 +00:00
|
|
|
</body>
|
|
|
|
</html>
|