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

project.html « partials « layouts - github.com/darshanbaral/sada.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 62706272f940d2682da2e59a3a2968d295129cd5 (plain)
1
2
3
4
5
6
<h3 class="mt-4"><i class="fas {{ .Site.Params.projects.icon }}"></i> {{ .Site.Params.projects.title }}</h3>
{{ range .Site.Params.projects.list }}
<ul class="list-unstyled">
    <li><a class="text-warning" href="{{ .url }}">{{ .title }}</a> - {{ .description | markdownify }}</li>
</ul>
{{ end }}