Back to Golangci Lint

Details

docs/layouts/_shortcodes/details.html

2.11.4354 B
Original Source

{{- /* Modified version of https://github.com/imfing/hextra/blob/v0.10.0/layouts/\_shortcodes/details.html */ -}} {{- /* This file overrides the details shortcode of the theme */ -}} {{- $title := .Get "title" | default "" -}} {{- $closed := eq (.Get "closed") "true" | default false -}}#{{ $title | markdownify }} {{ .InnerDeindent | markdownify }}