starshard/peafowl
Template
1
Fork 0
mirror of https://github.com/starshardstudio/peafowl.git synced 2024-11-21 20:44:19 +00:00

Data / JSON → Raw

This commit is contained in:
Steffo 2024-11-05 18:05:17 +01:00
parent f5a4c6162d
commit 1edf423f4a
Signed by: steffo
GPG key ID: 5ADA3868646C3FC0
2 changed files with 2 additions and 2 deletions

View file

@ -28,7 +28,7 @@ export default function (data: Lume.Data, helpers: Lume.Helpers) {
<a href={helpers.url("/anime/index.json")}> <a href={helpers.url("/anime/index.json")}>
<i className={"fa-sharp fa-solid fa-brackets-curly"} /> <i className={"fa-sharp fa-solid fa-brackets-curly"} />
{" "} {" "}
JSON Raw
</a> </a>
</small> </small>
</h2> </h2>

View file

@ -25,7 +25,7 @@ export default function(data: Lume.Data, helpers: Lume.Helpers) {
</small> </small>
<small> <small>
<a href={helpers.url("/games/index.json")}> <a href={helpers.url("/games/index.json")}>
<i className={"fa-sharp fa-solid fa-brackets-curly"}/> JSON <i className={"fa-sharp fa-solid fa-brackets-curly"}/> Raw
</a> </a>
</small> </small>
</h2> </h2>