Skip to content

Commit

Permalink
store fix
Browse files Browse the repository at this point in the history
  • Loading branch information
toddwords committed Nov 6, 2024
1 parent 325811e commit de4b584
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/templates/store/storefront.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,9 @@
<div class="featured-text">
<img src="{{this.[Image-URL]}}">
<div class="top">
{{!-- <h4 class="type type-list-comma"><a href="/store/{{this.[Website-Slug]}}">{{#each
<h4 class="type type-list-comma"><a href="/store/{{this.[Website-Slug]}}">{{#each
this.[Tags]}} {{this}}{{#if @last}}{{else}}<i class="comma">,</i> {{/if}}{{/each}}</a> {{#each
this.[Special]}} · <i class="special">{{this}}</i>{{#if @last}}{{else}}<i class="comma">,</i> {{/if}}{{/each}}</h4> --}}
this.[Special]}} · <i class="special">{{this}}</i>{{#if @last}}{{else}}<i class="comma">,</i> {{/if}}{{/each}}</h4>
<h2 class="title {{this.[Sell-Type]}}">{{this.Name}}</h2>
{{#if [Contributor]}}
{{/if}}
Expand Down

0 comments on commit de4b584

Please sign in to comment.