temper-tv/main-site/themes/temper/layouts/partials/main-buttons.html

6 lines
214 B
HTML
Raw Normal View History

2023-09-22 03:39:55 +00:00
{{ range .Site.Params.Launchpad }}
2023-09-22 22:24:52 +00:00
<a href="{{ .uri }}" class="fade-in-image launchpad-button btn btn-light">
<pre class="launchpad-button-text">{{ printf "%-8s%s" .uri .description }}</pre>
</a>
2023-09-22 03:39:55 +00:00
{{ end }}