Skip to content

Commit

Permalink
fix: remove floating full stop from index template
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesdring committed Nov 14, 2024
1 parent a698bb5 commit 7bd2ba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_includes/templates/index.vto
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ layout: templates/page.vto
</ul>
{{ else }}
<p>
There are no pages tagged with <q>{{ index_tag }}</p>.
There are no pages tagged with <q>{{ index_tag }}.</p>
</p>
{{ /if}}
</section>

0 comments on commit 7bd2ba9

Please sign in to comment.