website/layouts/partials/case_specialContent.html
TheYoungManLi 1f0799e23d fix: case page title
Signed-off-by: TheYoungManLi <cjl@kubesphere.io>
2021-09-13 11:11:24 +08:00

9 lines
322 B
HTML

{{ $content := . }}
<a {{ if .link }}href="{{ .link }}"{{end}} style="{{ if .link }}color: #55bc8a;{{end}}" class="{{ if .bold }}title-bold{{end}}">
{{ if .level }}
<h{{ .level }} style="{{ if .color }}color:{{.color}};{{end}}">{{ .text }}</h{{ .level }}>
{{ else }}
{{ .text }}
{{ end }}
</a>