added proper dynamic store cards
This commit is contained in:
parent
2e1d7d5564
commit
8ee6fd8602
@ -20,7 +20,6 @@
|
||||
{{range $Store := .Stores }}
|
||||
<a target="_blank" href="{{ $Store.Url }}" class="card">
|
||||
<h3>{{ $Store.Name }}</h3>
|
||||
<p>{{ $Store.Description }}</p>
|
||||
</a>
|
||||
{{- end }}
|
||||
</div>
|
||||
@ -65,4 +64,4 @@
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
@ -38,7 +38,7 @@ func DefaultRenderingConfig() RenderingConfig {
|
||||
SearchInputName: "q",
|
||||
|
||||
StoreFilter: diyhrt.StoreFilter{
|
||||
Limit: 5,
|
||||
Limit: 4,
|
||||
},
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user