Fixing broken button links
This commit is contained in:
parent
3f2a116c8b
commit
0f479156e8
@ -1,7 +1,5 @@
|
|||||||
{{ range .Site.Params.Launchpad }}
|
{{ range .Site.Params.Launchpad }}
|
||||||
<button type="button" class="fade-in-image launchpad-button btn btn-light">
|
<a href="{{ .uri }}" class="fade-in-image launchpad-button btn btn-light">
|
||||||
<a href="{{ .uri }}">
|
<pre class="launchpad-button-text">{{ printf "%-8s%s" .uri .description }}</pre>
|
||||||
<pre class="launchpad-button-text">{{ printf "%-8s%s" .uri .description }}</pre>
|
</a>
|
||||||
</a>
|
|
||||||
</button>
|
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
Loading…
Reference in New Issue
Block a user