mirror of
https://github.com/imfing/hextra.git
synced 2025-05-14 13:36:35 -04:00
Compare commits
3 Commits
656c953d95
...
ef49863742
Author | SHA1 | Date | |
---|---|---|---|
![]() |
ef49863742 | ||
![]() |
86a1f3fd96 | ||
![]() |
bb5923f113 |
@ -12,6 +12,13 @@ Open source projects powered by Hextra
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||
{{< cards >}}
|
{{< cards >}}
|
||||||
|
{{< card
|
||||||
|
link="https://github.com/jonaspleyer/cellular_raza"
|
||||||
|
title="cellular_raza"
|
||||||
|
image="https://github.com/user-attachments/assets/f24c6455-b70a-419b-b025-e3d60101b673"
|
||||||
|
imageStyle="object-fit:cover; aspect-ratio:16/9;"
|
||||||
|
>}}
|
||||||
|
|
||||||
{{< card
|
{{< card
|
||||||
link="https://github.com/mightymoud/sidekick"
|
link="https://github.com/mightymoud/sidekick"
|
||||||
title="Sidekick"
|
title="Sidekick"
|
||||||
|
@ -56,6 +56,12 @@
|
|||||||
{{ if $external }}target="_blank" rel="noreferrer"{{ end }}
|
{{ if $external }}target="_blank" rel="noreferrer"{{ end }}
|
||||||
class="hx-text-sm contrast-more:hx-text-gray-700 contrast-more:dark:hx-text-gray-100 hx-relative -hx-ml-2 hx-hidden hx-whitespace-nowrap hx-p-2 md:hx-inline-block {{ $activeClass }}"
|
class="hx-text-sm contrast-more:hx-text-gray-700 contrast-more:dark:hx-text-gray-100 hx-relative -hx-ml-2 hx-hidden hx-whitespace-nowrap hx-p-2 md:hx-inline-block {{ $activeClass }}"
|
||||||
>
|
>
|
||||||
|
{{ with .Params.hero_icon -}}
|
||||||
|
<span style="float: left; padding-right: 0.3em; padding-top: 2px; opacity: 0.75">
|
||||||
|
{{ partial "utils/icon.html" (dict "name" . "attributes" "height=18") }}
|
||||||
|
</span>
|
||||||
|
{{- end }}
|
||||||
|
|
||||||
<span class="hx-text-center">{{ or (T .Identifier) .Name | safeHTML }}</span>
|
<span class="hx-text-center">{{ or (T .Identifier) .Name | safeHTML }}</span>
|
||||||
</a>
|
</a>
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user