This repository has been archived on 2026-05-22. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
blowfish/exampleSite/layouts/partials/home/custom.html
T

9 lines
379 B
HTML

{{ $jsHome := resources.Get "js/home.js" | resources.Minify | resources.Fingerprint "sha512" }}
<div id="profile">
{{ partial "partials/home/profile.html" . }}
</div>
<div id="page" class="hidden h-full">
{{ partial "partials/home/page.html" . }}
</div>
<script defer type="text/javascript" src="{{ $jsHome.RelPermalink }}" integrity="{{ $jsHome.Data.Integrity }}"></script>