Add Alaska business license link to footer for compliance.

This commit is contained in:
2025-10-23 10:28:33 -08:00
parent a9c0f13d6a
commit 530e4d608f

View File

@@ -28,6 +28,8 @@
<span class="block text-sm text-gray-500 sm:text-center dark:text-gray-400">
© 2022-<span id="currentYear">2022</span>
<a href="/" class="hover:underline">The Bearded Tek</a>. All Rights Reserved.
</span>
<span class="block text-sm text-gray-500 sm:text-center dark:text-gray-400">
<a href="/pdf/{{ .Site.Params.business_license }}.pdf">Alaska Business License # {{ .Site.Params.business_license }}</a>
</span>
</div>