github.com/choria-io/go-choria@v0.28.1-0.20240416190746-b3bf9c7d5a45/docs/themes/hugo-theme-relearn/layouts/partials/footer.html (about)

     1          </div>
     2        </main><!-- #R-body-inner -->
     3  {{- partial "custom-comments.html" . }}
     4      </div><!-- #R-body -->
     5  {{- $outputFormat := partial "output-format.hugo" .Page }}
     6  {{- partial "output-partial.hugo" (dict "base" "menu" "page" . "parameter" . "outputFormat" $outputFormat) }}
     7      <script src="{{"js/clipboard.min.js" | relURL}}{{ if not .Site.Params.disableAssetsBusting }}?{{ now.Unix }}{{ end }}" defer></script>
     8      <script src="{{"js/perfect-scrollbar.min.js" | relURL}}{{ if not .Site.Params.disableAssetsBusting }}?{{ now.Unix }}{{ end }}" defer></script>
     9  {{- partial "dependencies.html" (dict "page" . "location" "footer" "outputFormat" $outputFormat) }}
    10      <script src="{{"js/theme.js" | relURL}}{{ if not .Site.Params.disableAssetsBusting }}?{{ now.Unix }}{{ end }}" defer></script>
    11  {{- partial "custom-footer.html" . }}
    12    </body>
    13  </html>