소스 검색

Do not display published or last updated date on Page

Close #79
Talha Mansoor 11 년 전
부모
커밋
f648103dd7
1개의 변경된 파일0개의 추가작업 그리고 6개의 파일을 삭제
  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>