Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
LegoFigure11 committed Aug 6, 2023
1 parent 5989a10 commit 179dc67
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 14 deletions.
12 changes: 5 additions & 7 deletions showcase/hidden-grotto.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,15 @@ <h1>Hidden Grotto</h1>
<br />
<div class="d-grid gap3 text-center">

{% include_relative pokemon/grotto/003-chonkers.html %}
{% include_relative pokemon/grotto/0003-chonkers.html %}

{% include_relative pokemon/grotto/094-gengar.html %}
{% include_relative pokemon/grotto/0094-gengar.html %}

{% include_relative pokemon/grotto/319-sharky.html %}
{% include_relative pokemon/grotto/0319-sharky.html %}

{% include_relative pokemon/grotto/384-wow-long-boy.html %}
{% include_relative pokemon/grotto/0384-wow-long-boy.html %}

{% include_relative pokemon/grotto/461-giorno.html %}

{% include_relative pokemon/grotto/830-barbara.html %}
{% include_relative pokemon/grotto/0830-barbara.html %}

</div>

Expand Down
14 changes: 7 additions & 7 deletions showcase/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,19 @@ <h1>Showcase &amp; Trophy Cabinet</h1>
<br />
<div class="d-grid gap3 text-center">

{% include_relative pokemon/ot/012-kuranda.html %}
{% include_relative pokemon/ot/0012-kuranda.html %}

{% include_relative pokemon/ot/113-bootleg-shay.html %}
{% include_relative pokemon/ot/0113-bootleg-shay.html %}

{% include_relative pokemon/ot/361-moode.html %}
{% include_relative pokemon/ot/0361-moode.html %}

{% include_relative pokemon/ot/374-aaaa.html %}
{% include_relative pokemon/ot/0374-aaaa.html %}

{% include_relative pokemon/ot/382-kylie.html %}
{% include_relative pokemon/ot/0382-kylie.html %}

{% include_relative pokemon/ot/385-antares.html %}
{% include_relative pokemon/ot/0385-antares.html %}

{% include_relative pokemon/ot/830-onion.html %}
{% include_relative pokemon/ot/0830-onion.html %}
</div>

{% include_relative resources/css/index.css.html %}
Expand Down

0 comments on commit 179dc67

Please sign in to comment.