From e01455b11020ea51f61897a80e3512ddbcb4639d Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Wed, 13 Aug 2014 14:58:42 -0400 Subject: [PATCH] Add links to GLMBlocks For the glm blocks need the links to output for title and first image --- templates/template.html | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/templates/template.html b/templates/template.html index ce00abd..cecb6c3 100644 --- a/templates/template.html +++ b/templates/template.html @@ -86,13 +86,21 @@
-

{headlines[0][header]}

+

+ {if:headlines[0][href]}{end:} + {headlines[0][header]} + {if:headlines[0][href]}{end:} +


{headlines[0][descr]:h}

+ {if:headlines[0][img]} + {if:headlines[0][href]}{end:} + {if:headlines[0][href]}{end:} + {end:}
{end:} @@ -112,10 +120,16 @@ {if:headlines[1]}
+ {if:headlines[1][href]}{end:} {if:headlines[1][img]} {end:} -

{headlines[1][header]}

+ {if:headlines[1][href]}
{end:} +

+ {if:headlines[1][href]}{end:} + {headlines[1][header]} + {if:headlines[1][href]}{end:} +


{headlines[1][descr]:h} -- 2.17.1