Compare commits

..

No commits in common. "ba3804df2220de6cb62cb498552f311d4d67f9f7" and "40ff7f5be70ef594ee1988e79ccc9b6e546c8c57" have entirely different histories.

2 changed files with 4 additions and 1 deletions

View File

@ -15,7 +15,7 @@
{% endif %}
</div>
<script>
fetch("{{ '/assets/game-data/characters/' | append: include.id | append: '.json' | relative_url }}")
fetch("{{ '/assets/game-data/characters/' + include.id | relative_url }}")
.then(response => response.json())
.then(character => {
document.getElementById('name-{{ include.id }}').innerText = character.name;

View File

@ -1,2 +1,5 @@
---
---
@import "materialize.scss",
"cyberpunk-theme";