Fix includes of my button compoennts

This commit is contained in:
Leilukin 2025-05-04 20:41:48 +08:00
parent 67ccdc5a57
commit 68d96d0d91
2 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@ eleventyComputed:
<section class="content__section">
<h2>Link to My Website</h2>
{{ include "main/my-button.html" }}
{{ include "components/my-button.vto" }}
</section>
<section class="content__section">

View File

@ -33,7 +33,7 @@ More information about this site can be found on the following pages:
### Link to This Site
{% include "main/my-button.html" %}
{% include "components/my-button.vto" %}
{% endcontainer %}
{% container "article", "content__section" %}