adding DM view options

This commit is contained in:
evilchili
2022-08-07 11:57:35 -07:00
parent 4f010ba507
commit 5edf5f2283
7 changed files with 40 additions and 21 deletions
@@ -11,6 +11,10 @@
{% endif %}
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
{% endblock head %}
{% block extrahead %}{% endblock %}
{% if is_dm %}
<style type="text/css">.dm { display: block !important; }</style>
{% endif %}
</head>
<body id="index" class="archive">
@@ -46,4 +50,5 @@
</footer><!-- /#contentinfo -->
</div>
</body>
{% block is_dm %}{{ ' ' if 'localhost' in SITEURL else '' }}{% endblock %}
</html>