Fixing broken button links

This commit is contained in:
shockrah 2023-09-22 15:24:52 -07:00
parent 3f2a116c8b
commit 0f479156e8

View File

@ -1,7 +1,5 @@
{{ range .Site.Params.Launchpad }}
<button type="button" class="fade-in-image launchpad-button btn btn-light">
<a href="{{ .uri }}">
<pre class="launchpad-button-text">{{ printf "%-8s%s" .uri .description }}</pre>
</a>
</button>
<a href="{{ .uri }}" class="fade-in-image launchpad-button btn btn-light">
<pre class="launchpad-button-text">{{ printf "%-8s%s" .uri .description }}</pre>
</a>
{{ end }}