feat: Add js layout
This commit is contained in:
@ -7,5 +7,6 @@
|
|||||||
{{ block "main" . }}{{ end }}
|
{{ block "main" . }}{{ end }}
|
||||||
</main>
|
</main>
|
||||||
{{ partial "footer.html" . }}
|
{{ partial "footer.html" . }}
|
||||||
|
{{ partial "js.html" . }}
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
0
layouts/partials/js.html
Normal file
0
layouts/partials/js.html
Normal file
Reference in New Issue
Block a user