/var/www/vhosts/ihelp.ro/httpdocs/vendor/twbs/bootstrap/site/layouts/shortcodes
NameSizeModeActions
added-in.html2750644editdlrm
bs-table.html3990644editdlrm
callout-deprecated-dark-variants.html4670644editdlrm
callout.html2340644editdlrm
deprecated-in.html2790644editdlrm
docsref.html830644editdlrm
example.html24250644editdlrm
js-dismiss.html5610644editdlrm
js-docs.html24460644editdlrm
markdown.html290644editdlrm
param.html5960644editdlrm
partial.html250644editdlrm
placeholder.html29200644editdlrm
scss-docs.html29690644editdlrm
table.html8440644editdlrm
year.html660644editdlrm
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/twbs/bootstrap/site/layouts/shortcodes/param.html (596B)
{{- /* Work around wrong escapes in integrity attributes. Original: https://github.com/gohugoio/hugo/blob/master/tpl/tplimpl/embedded/templates/shortcodes/param.html */ -}} {{- $name := .Get 0 -}} {{- with $name -}} {{- $value := $.Page.Param . -}} {{- /* If any parameter ends with `_hash`, mark the string as safe HTML */ -}} {{- if (strings.HasSuffix $name "_hash") -}} {{- $value = $value | safeHTML -}} {{- end -}} {{- with $value }}{{ . }}{{ else }}{{ errorf "Param %q not found: %s" $name $.Position }}{{ end -}} {{- else }}{{ errorf "Missing param key: %s" $.Position }}{{ end -}}