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

list.html « _default « layouts - github.com/2-REC/hugo-myportfolio-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: dba9cb49f14210517550b2bd1f88e9ca9448ec2b (plain)
1
2
3
4
5
6
{{ define "content" }}
    {{ with .Content}}
        {{ . | markdownify }}
        <hr>
    {{ end }}
{{ end }}