templates: fix multiple article_meta inclusion

Change-Id: I51af1dfabef2a157fde172aca3f351885c4f6dd8
diff --git a/theme/templates/article.html b/theme/templates/article.html
index d8bd049..c0ee013 100644
--- a/theme/templates/article.html
+++ b/theme/templates/article.html
@@ -13,9 +13,6 @@
 
 {% block content %}
 <article>
-  {% if DISPLAY_META_ABOVE_ARTICLE %}
-    {% include "modules/article_meta.html" %}
-  {% endif %}
   <div class="article_title">
     <h1><a href="{{ SITEURL }}/{{ article.url }}" class="nohover">{{ article.title }}</a></h1>
   {% if DISPLAY_SUBTITLE %}
@@ -35,9 +32,6 @@
   {% endfor %}
   </div>
   {% endif %}
-  {% if not DISPLAY_META_ABOVE_ARTICLE %}
-    {% include "modules/article_meta.html" %}
-  {% endif %}
   {% if article.video_gallery %}
   <div class="gallery">
   {% for title, gallery in article.video_gallery %}