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

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