diff --git a/packages/pv-stylemark/tasks/templates/lsg-component.hbs b/packages/pv-stylemark/tasks/templates/lsg-component.hbs index 9f82ad4..5f51845 100644 --- a/packages/pv-stylemark/tasks/templates/lsg-component.hbs +++ b/packages/pv-stylemark/tasks/templates/lsg-component.hbs @@ -1,6 +1,6 @@ -
-

{{options.name}}

-
+
+

{{options.name}}

+
{{{description}}}
diff --git a/packages/pv-stylemark/tasks/templates/lsg-nav.hbs b/packages/pv-stylemark/tasks/templates/lsg-nav.hbs index af34ed8..e68b552 100644 --- a/packages/pv-stylemark/tasks/templates/lsg-nav.hbs +++ b/packages/pv-stylemark/tasks/templates/lsg-nav.hbs @@ -1,7 +1,7 @@ - -
+ +
{{#if lsgConfig.theme.logo}} - + {{else}}

{{lsgConfig.name}}

{{/if}} @@ -9,17 +9,17 @@
-
+ -
+
{{#each lsgData}} -
-

{{categoryName}}

+
+

{{categoryName}}

diff --git a/packages/pv-stylemark/tasks/templates/lsg.hbs b/packages/pv-stylemark/tasks/templates/lsg.hbs index 6cc82b8..f4963eb 100644 --- a/packages/pv-stylemark/tasks/templates/lsg.hbs +++ b/packages/pv-stylemark/tasks/templates/lsg.hbs @@ -20,13 +20,15 @@ {{/if}} - + {{> lsg-nav}} -
+
{{#each lsgData}} + {{/each}}