mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-01-22 22:45:42 -06:00
8 lines
379 B
HTML
8 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>
|