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

resume-section.html « shortcodes « layouts « notrack « themes « exampleSite - github.com/gevhaz/hugo-theme-notrack.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9e932d15a99820fc859179411730b5a7830f2fa5 (plain)
1
2
3
4
5
6
<div class="category-title">
    <h4>{{ .Get "title" }}</h4>
</div>
<div class="category-content">
    {{ .Inner }}
</div>