oe7drt-website/layouts/partials/extend-footer.html

9 lines
566 B
HTML
Raw Normal View History

<div>
{{ $os := printf `<a class="hover:underline hover:decoration-primary-400 hover:text-primary-500" href="https://www.openbsd.org/" target="_blank" rel="noopener noreferrer">OpenBSD</a>` }}
{{ $webserver := printf `<a class="hover:underline hover:decoration-primary-400 hover:text-primary-500" href="https://httpd.apache.org/" target="_blank" rel="noopener noreferrer">Apache httpd</a>` }}
<p class="text-xs text-neutral-500 dark:text-neutral-400">
{{ i18n "footer.running_on" (dict "OS" $os "Webserver" $webserver) | safeHTML }}
</p>
</div>