Fix includes of my button compoennts
This commit is contained in:
parent
67ccdc5a57
commit
68d96d0d91
@ -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">
|
||||
|
@ -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" %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user