Skip to content

Commit

Permalink
fix: misc.
Browse files Browse the repository at this point in the history
  • Loading branch information
ItzNotABug committed Jun 16, 2024
1 parent fb2f1a8 commit 7e6f0b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions views/partials/settings/customise.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@
<label for="newsletter.center_title" class="text-gray-300">Center Title</label>
</div>

<!-- Show Excerpts Checkbox -->
<!-- Show Excerpt Checkbox -->
<div class="form-group mb-4 flex items-center">
<input type="checkbox" class="form-checkbox h-4 w-4 text-blue-600 rounded border-gray-600 mr-2"
id="newsletter.show_excerpt" name="newsletter.show_excerpt"
<% if (Boolean(configs.newsletter.show_excerpt ?? false)) { %> checked
<% } %>
>
<label for="newsletter.show_excerpt" class="text-gray-300">Show Excerpts</label>
<label for="newsletter.show_excerpt" class="text-gray-300">Show Excerpt</label>
</div>

<!-- Track URL Clicks Checkbox -->
Expand Down

0 comments on commit 7e6f0b4

Please sign in to comment.