Welcome to mirror list, hosted at ThFree Co, Russian Federation.

table.html « shortcodes « layouts - github.com/pjbakker/flexible-seo-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c7ebf68401127750e65bc0c3677941a4e2b02b79 (plain)
1
2
{{ $caption := printf "<table class=\"%s\"><caption class=\"text-center\">%s</caption>" ( .Get "class" ) ( .Get "caption" ) }}
{{ .Inner | markdownify | replaceRE "<table>" $caption | safeHTML }}