Logo
Explore Help
Sign In
drowl87/hextra_mirror
1
0
Fork 1
You've already forked hextra_mirror
mirror of https://github.com/imfing/hextra.git synced 2025-08-24 15:06:39 -04:00
Code Issues Actions Packages Projects Releases Wiki Activity
Files
48bae073cb19dcec6226194713337a60068c416b
hextra_mirror/layouts/_shortcodes/cards.html

12 lines
253 B
HTML
Raw Normal View History

docs: add documentation on all shortcodes (#753)
2025-08-15 03:09:58 +02:00
{{- /*
A shortcode for creating cards.
@param {string} cols The number of columns.
@example {{< cards cols="3" >}}{{< /cards >}}
*/ -}}
feat: configurable cols for feature-grid shortcode (#342) * feat: configurable cols for feature-grid shortcode * chore: update css files * chore: add hextra prefix to cards css var * chore: rebuild css
2024-03-31 23:06:26 +02:00
{{- $cols := .Get "cols" | default 3 -}}
feat: add more content and fix issues fix: hide lang switch if site is not multilingual docs: update getting started page fix: ordered list style chore: update hugo icon feat: add icon shortcode page docs: add markdown and configuration pages docs: add diagrams page docs: add more content fix: mermaid background and add image styling chore: update templates chore: update hugo stats
2023-08-19 13:42:59 +01:00
feat: make cards as partial (#474)
2024-10-14 23:03:22 +01:00
{{- partial "shortcodes/cards" (dict "cols" $cols "content" .Inner) -}}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.4 Page: 263ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API