From 45da1eaa17c6e4327ad58f40234dbd57707fc23e Mon Sep 17 00:00:00 2001 From: Dimitrie Stefanescu Date: Tue, 27 Apr 2021 18:24:46 +0100 Subject: [PATCH] fix(video): replaces main video link --- custom-post-with-author.hbs | 13 +++++-------- index.hbs | 2 +- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/custom-post-with-author.hbs b/custom-post-with-author.hbs index b30f765..b5367d2 100644 --- a/custom-post-with-author.hbs +++ b/custom-post-with-author.hbs @@ -68,14 +68,11 @@ {{/foreach}} {{/get}} - {{#get "posts" filter="tags:{{primary_tag.slug}}+id:<{{id}}" limit="1" order="id desc" }} - {{#foreach posts}} - {{> cardFancySmall}} - {{/foreach}} - {{/get}} - - - {{> cardTag}} + {{#get "posts" filter="tags:{{primary_tag.slug}}+id:< + {{id}}" limit=" 1" order="id desc" }} + {{#foreach posts}} {{> cardFancySmall}} + {{/foreach}} {{/get}} + {{> cardTag}} diff --git a/index.hbs b/index.hbs index 80d44e8..d76951e 100644 --- a/index.hbs +++ b/index.hbs @@ -22,7 +22,7 @@
- +