luanti-network-api-client/docs/_templates/layout.html

13 lines
414 B
HTML
Raw Permalink Normal View History

2024-12-07 01:17:53 +03:00
{% extends "!layout.html" %}
{% block extrahead %}
<link href="{{ pathto("_static/style.css", True) }}" rel="stylesheet" type="text/css">
{% endblock %}
{% block footer %}
<script type="text/javascript">
<!-- Adds target=_blank to external links -->
$(document).ready(function () {
$('a[href^="http://"], a[href^="https://"]').not('a[class*=internal]').attr('target', '_blank');
});
</script>
{% endblock %}