mirror of
https://github.com/docker/docs.git
synced 2026-03-27 22:38:54 +07:00
- Extract classes to utilities and components. - Reduce number of colors used. - Harmonize button colors. - Restyle admonitions. - Move **Page options** button to main article. - Various color tweaks.
9 lines
157 B
HTML
9 lines
157 B
HTML
{{ partial "components/card.html"
|
|
(dict
|
|
"description" (.Get "description")
|
|
"link" (.Get "link")
|
|
"title" (.Get "title")
|
|
"icon" (.Get "icon")
|
|
)
|
|
}}
|