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: ebea4170164256c9d196611b9fee59f068a419dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<dl>
  {{ range.Site.Params.project.list }}
  <dt>
    <a href="{{ .url }}" style="font-variant: small-caps; ">
      {{- .title -}}
    </a>
  </dt>
  <dd class="mb-0 ml-3 markdownify">
    {{- .description | markdownify -}}
  </dd>
  {{ end }}
</dl>