v2 done: fixed mobile and responsive issues.
This commit is contained in:
parent
719e74d14b
commit
6352db73c9
93 changed files with 3951 additions and 66 deletions
|
|
@ -8,6 +8,7 @@
|
|||
{% endblock %}
|
||||
|
||||
{% block site_meta %}
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="robots"
|
||||
content="nocache, noindex, noimageindex, nofollow, noarchive, nosnippet, notranslate, nositelinkssearchbox, noai, noimageai" />
|
||||
{% endblock %}
|
||||
|
|
@ -49,7 +50,7 @@
|
|||
{{ super() }}
|
||||
|
||||
<!-- Script to protect content on the website -->
|
||||
<script>
|
||||
<!-- <script>
|
||||
// Prevent right-click context menu
|
||||
document.addEventListener('contextmenu', function (e) {
|
||||
e.preventDefault();
|
||||
|
|
@ -76,6 +77,6 @@
|
|||
e.preventDefault();
|
||||
}
|
||||
});
|
||||
</script>
|
||||
</script> -->
|
||||
|
||||
{% endblock %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue