[gimp-web/gimp-web-static] Stripped test article section and notice from bottom



commit 66b1f45f7cd193abd5a64dbcce0f1ce0b00b78ec
Author: Pat David <patdavid gmail com>
Date:   Fri Oct 9 15:42:02 2015 -0500

    Stripped test article section and notice from bottom

 themes/newgimp/templates/home.html |   12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/themes/newgimp/templates/home.html b/themes/newgimp/templates/home.html
index 6888641..ef0ce20 100644
--- a/themes/newgimp/templates/home.html
+++ b/themes/newgimp/templates/home.html
@@ -232,7 +232,7 @@
     </section>
 
 
-
+    {#
     <section style='background: repeating-linear-gradient(-45deg, transparent, transparent 40px, 
rgba(166,166,166,.07) 40px, rgba(166,166,166,.07) 80px);'>
         <div class='container'>
             <div class='row clearfix'>
@@ -246,9 +246,11 @@
             </div>
         </div>
     </section>
+    #}
 
+{#
     <section id="articles">
-        {#
+{#
         {% block content_title %}
             <h2>Recent News</h2>
         {% endblock %}
@@ -274,7 +276,9 @@
         {% if articles_page.has_other_pages() %}
             {% include 'pagination.html' %}
         {% endif %}
-        #}
+#}
+
+{#
 
         <h3>Articles Object</h3>
         <div>
@@ -291,7 +295,7 @@
             articles[0].locale_date: {{ articles[0].locale_date }}<br/>
             articles[0].locale_modified: {{ articles[0].locale_modified }}
         </div>
-
     </section><!-- /#content -->
+#}
 
 {% endblock content %}


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]