Start of the great button laptop
This commit is contained in:
parent
af3335a837
commit
d969b81dcc
27 changed files with 513 additions and 0 deletions
|
|
@ -52,5 +52,11 @@
|
|||
{{ $guestbook := resources.Get "js/guestbook.js" | resources.Minify | resources.Fingerprint }}
|
||||
<script src="{{ $guestbook.RelPermalink }}" integrity="{{ $guestbook.Data.Integrity }}"></script>
|
||||
{{ end }}
|
||||
|
||||
<!-- Buttons - only load on buttons page -->
|
||||
{{ if eq .Type "buttons" }}
|
||||
{{ $buttons := resources.Get "js/buttons.js" | resources.Minify | resources.Fingerprint }}
|
||||
<script src="{{ $buttons.RelPermalink }}" integrity="{{ $buttons.Data.Integrity }}"></script>
|
||||
{{ end }}
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue