Selaa lähdekoodia

Do not display published or last updated date on Page

Close #79
Talha Mansoor 11 vuotta sitten
vanhempi
commit
f648103dd7
1 muutettua tiedostoa jossa 0 lisäystä ja 6 poistoa
  1. 0 6
      templates/page.html

+ 0 - 6
templates/page.html

@@ -41,12 +41,6 @@
         </div>
         <section>
         <div class="span2" style="float:right;font-size:0.9em;">
-            {% if page.date %}
-            <h4>Published</h4>
-            {% set day = page.date.strftime('%d')|int %}
-            <time pubdate="pubdate" datetime="{{ page.date.isoformat() }}">{{ page.date.strftime('%b') }} {{ day }} {{- page.date.strftime(', %Y') }}</time>
-            {% endif %}
-            {% include 'last_updated.html' %}
             {% include 'social_links.html' %}
             {% include 'mailchimp.html' %}
         </div>