fix: remove ghost-mariadb from the list

This commit is contained in:
Andras Bacsai 2022-11-08 11:30:41 +01:00
parent 24e5e85225
commit b96e710543
3 changed files with 3 additions and 2 deletions

View File

@ -1891,6 +1891,7 @@
description: ""
showOnConfiguration: true
- templateVersion: 1.0.0
ignore: true
defaultVersion: latest
documentation: https://ghost.org/resources/
type: ghost-mariadb

File diff suppressed because one or more lines are too long

View File

@ -116,7 +116,7 @@
</div>
<div class=" lg:pt-20 lg:p-0 px-8 pt-20">
<div class="grid grid-flow-rows grid-cols-1 md:grid-cols-2 lg:grid-cols-3 xl:grid-cols-4 gap-8">
{#each sortMe(filteredServices) as service}
{#each sortMe(filteredServices).filter(s=> !s.ignore) as service}
{#key service.name}
<button
on:click={() => handleSubmit(service)}