[gnome-web-www] Drop titles from Foundation pages



commit 9f531087a2c6c35d1b095859aade0aff6bf2a5f4
Author: Tom Tryfonidis <tomtryf gnome org>
Date:   Tue Mar 6 22:33:17 2018 +0200

    Drop titles from Foundation pages

 theme/page-foundation.php |    6 ------
 theme/page-membership.php |    5 -----
 2 files changed, 0 insertions(+), 11 deletions(-)
---
diff --git a/theme/page-foundation.php b/theme/page-foundation.php
index 7d18415..8f906cb 100644
--- a/theme/page-foundation.php
+++ b/theme/page-foundation.php
@@ -3,12 +3,6 @@
         <!-- container -->
         <div class="container">
             <div id="foundation" class="content">
-                <div class="col-md-12">            
-                    <div class="page_title">
-                        <h1><?php the_title(); ?></h1>
-                    </div>
-                </div>
-
                 <div class="row">
                     <div class="col-md-12">
                         <div class="col-md-7">
diff --git a/theme/page-membership.php b/theme/page-membership.php
index 67a6ed5..e01c9ca 100644
--- a/theme/page-membership.php
+++ b/theme/page-membership.php
@@ -11,11 +11,6 @@ $members = json_decode(file_get_contents($members_url));
     <!-- container -->
     <div id="foundation" class="two_columns">
         <div class="container">
-            <div class="page_title">
-                <h1><?php the_title(); ?></h1>
-            </div>
-            <div class="clearfix"></div>
-
             <div class="content without_sidebar">
             <?php while ( have_posts() ) : the_post(); ?>
                 <?php the_content(); ?>


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