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: 2e6f1601583c4d9373e8184fe349698112f8f26b (plain)
1
2
3
4
5
6
7
8
9
<div class="mb-8">
<h2 class="mt-4">
    <i class="fas fa-project-diagram"></i> {{ .Site.Params.projects.title }}
</h2>
{{ range .Site.Params.projects.list }}
<h3 class="mb-1"><a class="text-warning" href="{{ .url }}">{{ .title }}</a></h3>
<p class="mb-0 ml-1">{{ .description | markdownify }}</p>
{{ end }}
</div>