Back to Golangci Lint

Image Card

docs/layouts/_shortcodes/golangci/image-card.html

2.11.4335 B
Original Source

{{- /* Creates a card for an image. @param {string} src The path to the image. @param {string} title The title text for the image. @example {{< golangci/image-card src="path/to/image.png" title="Image description" >}} */ -}} {{- $src := .Get "src" -}} {{- $title := .Get "title" -}}