Fixed article.hbs - removed stray if block
authorblake <blake@mobiusconsortium.org>
Thu, 15 Apr 2021 19:03:46 +0000 (14:03 -0500)
committerblake <blake@mobiusconsortium.org>
Thu, 15 Apr 2021 19:03:46 +0000 (14:03 -0500)
Signed-off-by: blake <blake@mobiusconsortium.org>
src/partials/article.hbs

index b3938bc..4d53a86 100644 (file)
@@ -17,6 +17,6 @@
         </a>
     </div>
 </div>
-{{/if}}
+
 {{> pagination}}
 </article>