xiv.zone/themes/mytheme/layouts/index.html

24 lines
423 B
HTML

{{ define "main" }}
Hello and welcome to xiv.zone, I host a couple of my FFXIV-related projects here:
<div class="buttons">
<a href='/astra' class="blurb-button">
<h4>Astra</h4>
Cross-platform FFXIV launcher
</a>
<a href='/novus' class="blurb-button">
<h4>Novus</h4>
Cross-platform FFXIV modding tools
</a>
<a href='/libxiv' class="blurb-button">
<h4>libxiv</h4>
Custom FFXIV modding framework
</a>
</div>
{{ end }}