card-category.mustache cleanup
removed typos from resources-landing-page.json fixed tag closures and removed second footer in test-resources-landing-page2.html redid bookmark links for test-resources-landing-page2.html fixed whitespace character issue in theme-light.scss that was causing compile-time errors in sass updated viewFactory.ts with clearer wording for card-category.mustache tagspull/2/head
parent
ae72db7221
commit
38702d1d3f
@ -1,11 +1,11 @@
|
||||
<html lang="en">
|
||||
<div>
|
||||
<div id="{{{category-id}}}-collapser" style="background-color:#a3a3a3;">
|
||||
<div id="{{{category-key}}}-collapser" style="background-color:#a3a3a3;">
|
||||
<h4>{{{category-id-clean}}}</h4> <br/>
|
||||
<p class="text-#ffffff align-self-center">{{{category-description}}}</p>
|
||||
</div>
|
||||
<br>
|
||||
<div id="{{{category-id}}}-container" class="{{{category-id}}}-collapse no-overflow row" style="display:none;"></div>
|
||||
<div id="{{{category-key}}}-container" class="{{{category-key}}}-collapse no-overflow row" style="display:none;"></div>
|
||||
</div>
|
||||
<br>
|
||||
</html>
|
||||
Loading…
Reference in New Issue