mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2026-05-08 08:38:01 +02:00
10 lines
359 B
HTML
10 lines
359 B
HTML
{{- $version := .params.version | default .params.name -}}
|
|
|
|
{{- $outdated := "" -}}
|
|
{{- if .params.outdated -}}
|
|
{{- $outdated = "outdated" -}}
|
|
{{- end -}}
|
|
|
|
<a href="{{ .params.url }}" rel="noreferer" class="{{ $outdated }} hx:flex hx:items-center hx:hover:opacity-75 hx:ltr:mr-auto hx:rtl:ml-auto">
|
|
<span class="hx:text-center">{{ $version }}</span>
|
|
</a>
|