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

alert.html « shortcodes « layouts - github.com/xiaoheiAh/hugo-theme-pure.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e4b3bfa08368ea6a86d86a0d96c182ad78d80fb3 (plain)
1
2
3
<div class="alert-{{ range .Params }}{{ . }} {{ end }}">
  <p>{{ .Inner | markdownify }}</p>
</div>