get rid of embedded javascript (move it to /static/js)

This commit is contained in:
2020-06-26 15:59:41 +02:00
parent 8929a2f919
commit 19e10680bf
8 changed files with 652 additions and 660 deletions
+3 -3
View File
@@ -9,8 +9,8 @@
<link rel="stylesheet" href="static/css/mini-beieli-web.css">
<link rel="stylesheet" href="static/css/mini-beieli-web-custom.css">
<script src="/static/js/fontawesome-5.11.2/all-minified.js"></script>
<script src="/static/js/jquery-3.3.1/jquery.min.js"></script>
<script type="text/javascript" src="/static/js/fontawesome-5.11.2/all-minified.js"></script>
<script type="text/javascript" src="/static/js/jquery-3.3.1/jquery.min.js"></script>
{{template "header_additions" . }}
</head>
<body>
@@ -83,7 +83,7 @@
{{template "body_content" . }}
</div>
</section>
<script src="/static/js/mini-beieli-web.js"></script>
<script type="text/javascript" src="/static/js/mini-beieli-web.js"></script>
</body>
</html>
{{end}}