File tree Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change 44 <div class =" fs-1 mx-5 text-muted" >
55 {{~ description ~}}
66 {{ ~#if description_md ~}}
7- {{{ markdown description_md }}}
7+ {{{ markdown description_md }}}
88 {{ ~/if ~}}
99 </div >
1010 {{ #if link }}
1515 <img src =" {{ image }} " alt =" {{ title }} " class =" hero-image img-fluid col-lg-6" />
1616 {{ /if }}
1717 {{ #if video }}
18- <video src =" {{ video }} " alt =" {{ title }} " class =" hero-image img-fluid col-lg-6" controls />
18+ <video src =" {{ video }} " alt =" {{ title }} " class =" hero-image img-fluid col-lg-6" controls
19+ {{ #if poster }}
20+ preload =" none"
21+ poster =" {{ poster }} "
22+ {{ /if }} >
23+ </video >
1924 {{ /if }}
2025</header >
2126
2833 <div class =" card-body text-center p-4 p-lg-5 pt-0 pt-lg-0" >
2934 {{ #if icon }}
3035 <div style =" margin-top: -1.5rem;" class =" badge bg-{{ default color ' success' }} text-{{ default color ' success' }} -fg fs-1 mb-4 p-2" >
31- {{~ icon_img icon 30 ~}}
36+ {{~ icon_img icon 30 ~}}
3237 </div >
3338 {{ /if }}
3439 <h2 >
3944 {{ #if link }}
4045 </a >
4146 {{ /if }}
42- </h2 >
47+ </h2 >
4348 <div class =" mb-0" >
4449 {{~ description ~}}
4550 {{ ~#if description_md ~}}
46- {{{ markdown description_md }}}
51+ {{{ markdown description_md }}}
4752 {{ ~/if ~}}
4853 </div >
4954 </div >
You can’t perform that action at this time.
0 commit comments