Fixed typo

This commit is contained in:
2025-10-23 10:26:19 -08:00
parent c7a585af1a
commit a9c0f13d6a

View File

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