Skip to content

Commit 33046b3

Browse files
committed
Fix js path
1 parent 91b9853 commit 33046b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
}
3131
</style>
3232
<script data-goatcounter="https://laike9m.goatcounter.com/count"
33-
async src=url_for('static', filename='js/goatcounter.js')></script>
33+
async src="{{url_for('static', filename='js/goatcounter.js')}}")></script>
3434
</head>
3535

3636
<body>

0 commit comments

Comments
 (0)