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

list.html « authors « layouts - github.com/wangchucheng/hugo-eureka.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 628f73190b7801af822622bb47e615bea8483023 (plain)
1
2
3
4
5
6
{{ define "main" }}
<div class="bg-secondary">
    {{ partial "widgets/about.html" .  }}
    {{ partial "widgets/details.html" .  }}
</div>
{{ end }}