File tree Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Original file line number Diff line number Diff line change 2020 mt-1 mb-3" >
2121 {{ #each_row }}
2222 <div class =" col" >
23- <{{ #if link}}a href =" {{ link }} " {{ else }} div{{ /if }} class =" card h-100 {{ #if active }} card-active{{ /if }} " >
23+ <div class =" card h-100 {{ #if active }} card-active{{ /if }} " >
24+ {{ #if link }}
25+ <a href =" {{ link }} " style =" text-decoration: inherit; color: inherit" >
26+ {{ /if }}
2427 {{ #if top_image }}
2528 <img src =" {{ top_image }} " class =" card-img-top" />
2629 {{ /if }}
3639 {{ ~/if ~}}
3740 </div >
3841 </div >
42+ {{ #if link }}
43+ </a >
44+ {{ /if }}
3945 {{ #if footer }}
4046 <div class =" card-footer text-muted py-2" >
41- {{ footer }}
47+ {{ #if footer_link }}
48+ <a href =" {{ footer_link }} " >{{ footer }} </a >
49+ {{ else }}
50+ {{ footer }}
51+ {{ /if }}
4252 </div >
4353 {{ /if }}
4454 {{ #if footer_md }}
5161 {{~ icon_img icon ~}}
5262 </div >
5363 {{ /if }}
54- </{{ #if link}}a {{ else }} div{{ /if }} >
64+ </div >
5565 </div >
5666 {{ /each_row }}
5767</div >
You can’t perform that action at this time.
0 commit comments