Reduced number of frontpage blog feed posts to 1
authorLaury GvR <laury@gaslightmedia.com>
Wed, 2 May 2018 19:39:52 +0000 (15:39 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Wed, 2 May 2018 19:39:52 +0000 (15:39 -0400)
parts/blog-feed-front.php
parts/header-meta.php

index 8a3874c..f7ef147 100644 (file)
@@ -1,4 +1,4 @@
-<?php $args = array( 'numberposts' => 2);?>
+<?php $args = array( 'numberposts' => 1);?>
 <div id="home-feed-posts" class="column">
     <div class="row">
         <h1>What's New</h1>
index 3111c78..ca1423d 100644 (file)
@@ -4,7 +4,7 @@
     <title><?php wp_title(); ?></title>
     <link href="https://fonts.googleapis.com/css?family=Lato:300,400,700" rel="stylesheet">
     <link href="https://fonts.googleapis.com/css?family=Roboto+Slab:400,700" rel="stylesheet">
-    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri(); ?>/css/app.css?v=1.0.24">
+    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri(); ?>/css/app.css?v=1.0.26">
     <link rel="shortcut icon" href="<?php echo get_stylesheet_directory_uri(); ?>/favicon.ico">
     <?php wp_head(); ?>
 </head>