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

faq.html « shortcodes « layouts - github.com/cristianmarint/sicily-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 82a88f3b15534123672b762483632efe3686e92d (plain)
1
2
3
4
5
6
7
8
{{ $_hugo_config := `{ "version": 1 }` }}

<div class="col-md-6 mb-4">
  <div class="p-5 shadow rounded-lg">
    <h3 class="mb-4 check-mark">{{ .Get 0 | markdownify }}</h3>
    <p>{{ .Inner | markdownify }}</p>
  </div>
</div>