aboutsummaryrefslogtreecommitdiff
path: root/themes/hugo-pt2021/layouts/partials/project_summary.html
blob: 54811ac825ee5591cc76bd65a36a5c8b75cb0b64 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<li>
  <a
    href='{{.Permalink}}'
    title='{{.Title}}'
    aria-label='{{.Title}}'
  >
    {{- .Title -}}
  </a><!-- project-link -->

  <p
    class='project-text'
    title='Project description.'
    aria-label='Project description.'
  >
    {{- .Params.text -}}
  </p><!-- project-text -->
</li>