From 1f3b6f5598433ee8a565310915a75db4facc48f9 Mon Sep 17 00:00:00 2001
From: Bud Parr <budparr@gmail.com>
Date: Mon, 09 Apr 2018 16:33:10 +0000
Subject: [PATCH] Pre-2.0 Enhancements (#94)

---
 layouts/_default/taxonomy.html |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/layouts/_default/taxonomy.html b/layouts/_default/taxonomy.html
index baa2c7d..e2d1505 100644
--- a/layouts/_default/taxonomy.html
+++ b/layouts/_default/taxonomy.html
@@ -4,10 +4,9 @@
       <p>Below you will find pages that utilize the taxonomy term “{{ .Title }}”</p>
     </div>
   </article>
-  <div class="mw8 center">
-    {{ $section := .Data.Pages }}
+  <div class="mw8 center">    
     <section class="flex-ns flex-wrap justify-around mt5">
-      {{ range  $section }}
+      {{ range  .Pages }}
         <div class="relative w-100  mb4 bg-white">
           {{ partial "summary.html" . }}
         </div>

--
Gitblit v1.10.0