mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 07:47:54 +00:00
14 lines
767 B
HTML
14 lines
767 B
HTML
</div>
|
|
</main><!-- #R-body-inner -->
|
|
{{- partial "custom-comments.html" . }}
|
|
</div><!-- #R-body -->
|
|
{{- $outputFormat := partial "output-format.hugo" .Page }}
|
|
{{- partial "output-partial.hugo" (dict "base" "menu" "page" . "parameter" . "outputFormat" $outputFormat) }}
|
|
{{- $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>
|
|
{{- partial "dependencies.html" (dict "page" . "location" "footer" "outputFormat" $outputFormat) }}
|
|
<script src="{{"js/theme.js" | relURL}}{{ $assetBusting }}" defer></script>
|
|
{{- partial "custom-footer.html" . }}
|
|
</body>
|
|
</html>
|