Exclude javascript parts into own file

This commit is contained in:
Djordje Atlialp 2019-02-25 23:28:30 +01:00
parent f1e0ff2fc1
commit 9c7c6a7652
No known key found for this signature in database
GPG key ID: 94FF806E6BF61DD3
3 changed files with 20 additions and 21 deletions

View file

@ -16,5 +16,7 @@
{{ partial "footer.html" . }}
{{ end }}
</div>
{{ partial "javascript.html" . }}
</body>
</html>