mirror of
https://github.com/Hopiu/djLint.git
synced 2026-03-19 14:50:25 +00:00
21 lines
576 B
HTML
21 lines
576 B
HTML
<div>
|
|
<script>
|
|
__jsnlog_configure = function(JL) {
|
|
JL.setOptions({
|
|
"defaultAjaxUrl": "/analytics/trace"
|
|
})
|
|
};
|
|
try {
|
|
__jsnlog_configure(JL);
|
|
} catch (e) {};
|
|
</script>
|
|
</div>
|
|
<style>
|
|
.body {
|
|
width: 12px
|
|
}
|
|
</style>
|
|
<script src="{% static '/js/shared.min.js' %}"></script>
|
|
<script src="{% static '/js/alive.min.js' %}"></script>
|
|
<script src="{% static '/js/search.min.js' %}" defer async></script>
|
|
<script src="{% static '/js/utility.min.js' %}" defer async></script>
|