aboutsummaryrefslogtreecommitdiff
path: root/themes/hugo-pt2021/layouts/partials/project_summary.html
blob: 4219157e0e11f2b43aa10b80bfb4c5fa21e9fa86 (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 -->:

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