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

alert.html « shortcodes « layouts - github.com/zwbetz-gh/papercss-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0522ebb39e7672f4dc163180786a42e85dab41be (plain)
1
2
3
<p class="alert alert-{{ .Get 0 }}">
  {{ .Inner | markdownify }}
</p>