Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/theme/next-platform-starter.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ css:
archetype:
- Other
description: Modern starter based on Next.js 14 (App Router), Tailwind, daisyUI, and Netlify Core Primitives.
featured: false
featured: true
netlify_deploy: https://app.netlify.com/start/deploy?repository=https://github.com/netlify-templates/next-platform-starter
---

Expand Down
2 changes: 1 addition & 1 deletion content/theme/remix-admin-starter.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ archetype:
- Admin
- Dashboard
description: The Remix Supabase starter demonstrates how to integrate Supabase into an Remix project deployed on Netlify.
featured: true
featured: false
netlify_deploy: https://app.netlify.com/start/deploy?repository=https://github.com/netlify-templates/remix-admin-template
---

Expand Down
4 changes: 2 additions & 2 deletions themes/jamstackthemes/layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@
<h1 class="intro-title">New Themes <span class="count">(<span class="count-number">{{ $themeCount }}</span>)</span></h1>
</div>
<div class="intro-description d-none d-md-block">
<p>A list of open-source themes, templates and starters for <a href="https://www.jamstack.wtf" target="_blank" rel="noopener">Jamstack</a> sites.
<p>A list of open-source themes, templates and starters for <a href="https://www.jamstack.pro" target="_blank" rel="noopener">Jamstack</a> sites.
Supported by <a href="https://netlify.com/?ref=jamstackthemes">Netlify</a>.
</p>
</div>
<div class="intro-description d-md-none">
<p>A list of themes and starters for <a href="https://www.jamstack.wtf/?ref=jamstackthemes" target="_blank" rel="noopener">Jamstack</a> sites.</p>
<p>A list of themes and starters for <a href="https://www.jamstack.pro/?ref=jamstackthemes" target="_blank" rel="noopener">Jamstack</a> sites.</p>
</div>
</div>

Expand Down