mirror of
https://github.com/gesellix/Bose-SoundTouch.git
synced 2026-08-18 16:46:17 +00:00
Internal page — no target="_blank" needed. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
16 lines
1.0 KiB
HTML
16 lines
1.0 KiB
HTML
<div class="hx:flex hx:w-full hx:items-center hx:justify-between hx:text-sm" style="padding-top: 2rem; padding-bottom: 2rem;">
|
|
<a class="hx:inline-flex hx:items-center hx:gap-1.5 hx:text-gray-500 hx:dark:text-gray-400 hx:hover:text-pink-500 hx:dark:hover:text-pink-400 hx:transition-colors"
|
|
href="{{ "sponsor" | relURL }}">
|
|
<span style="color: #ec4899;">
|
|
{{- partial "utils/icon.html" (dict "name" "heart" "attributes" `height="1em" class="hx:inline-block hx:align-[-2px]"`) -}}
|
|
</span>
|
|
<span>Sponsor this project</span>
|
|
</a>
|
|
<span class="hx:text-xs hx:text-gray-500 hx:dark:text-gray-400">
|
|
© 2026 <a class="hx:hover:underline" href="https://github.com/gesellix" target="_blank" rel="noopener noreferrer">Tobias Gesellchen</a>
|
|
{{- with site.Params.githash }}
|
|
· <a class="hx:font-mono hx:hover:underline" href="https://github.com/gesellix/Bose-SoundTouch/commit/{{ . }}" target="_blank" rel="noopener noreferrer" title="Built from commit {{ . }}">{{ substr . 0 7 }}</a>
|
|
{{- end }}
|
|
</span>
|
|
</div>
|