diff --git a/deadsands/deadsands-theme/templates/article.html b/deadsands/deadsands-theme/templates/article.html
index 3409d8f..003a1b4 100644
--- a/deadsands/deadsands-theme/templates/article.html
+++ b/deadsands/deadsands-theme/templates/article.html
@@ -3,6 +3,8 @@
{% block title %}{{ article.title|capitalize }} - {{SITENAME}}{% endblock title %}
{% block key_image %}{{ macros.key_image(article) }}{% endblock key_image %}
{% block content %}
+{% if not self.is_dm() and article.category == 'dm' %}
+{% else %}
{{ article.title }}
@@ -18,4 +20,5 @@
{% include "bottom-nav.html" %}