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

project.html « accordion « partials « layouts - github.com/darshanbaral/aafu.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d1e2075ae551dbdea675d8397b170e3ceb8737c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<dl>
  {{ range.Site.Params.project.list }}
  <h4>
    <a href="{{ .url }}">
      {{- .title -}}
    </a>
  </h4>
  <p class="mb-0 ml-3 markdownify">
    {{- .description | markdownify -}}
  </p>
  {{ end }}
</dl>