Logo
Explore Help
Register Sign In
ray/hextra
1
0
Fork 0
You've already forked hextra
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
e8f5f51cd804b5131188b98f8db647d2aa21d3cf
hextra/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.25.2 Page: 71ms Template: 4ms
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