mirror of
https://github.com/imfing/hextra.git
synced 2025-07-10 03:02:00 -04:00
Compare commits
3 Commits
70271889c7
...
54738862fa
Author | SHA1 | Date | |
---|---|---|---|
54738862fa | |||
94624bcac6 | |||
f66c915d5b |
@ -13,6 +13,13 @@ Open source projects powered by Hextra
|
|||||||
|
|
||||||
{{< cards >}}
|
{{< cards >}}
|
||||||
|
|
||||||
|
{{< card
|
||||||
|
link="https://github.com/welding-torch/installc"
|
||||||
|
title="Install C"
|
||||||
|
image="https://github.com/user-attachments/assets/c9a85327-c7e7-40f1-830a-b4190a5e47bd"
|
||||||
|
imageStyle="object-fit:cover; aspect-ratio:16/9;"
|
||||||
|
>}}
|
||||||
|
|
||||||
{{< card
|
{{< card
|
||||||
link="https://github.com/axivo/website"
|
link="https://github.com/axivo/website"
|
||||||
title="AXIVO Docs"
|
title="AXIVO Docs"
|
||||||
|
@ -10,6 +10,10 @@
|
|||||||
<title>
|
<title>
|
||||||
{{- if .IsHome -}}
|
{{- if .IsHome -}}
|
||||||
{{ .Site.Title -}}
|
{{ .Site.Title -}}
|
||||||
|
{{ else if eq .Kind "page" -}}
|
||||||
|
{{ with .Title }}{{ . }} – {{ end -}}
|
||||||
|
{{ $sectionTitle := index .Site.Params.sectionsTitles .Section }}
|
||||||
|
{{ $sectionTitle | default .Site.Title }}
|
||||||
{{ else -}}
|
{{ else -}}
|
||||||
{{ with .Title }}{{ . }} – {{ end -}}
|
{{ with .Title }}{{ . }} – {{ end -}}
|
||||||
{{ .Site.Title -}}
|
{{ .Site.Title -}}
|
||||||
|
Reference in New Issue
Block a user