* Support for certificate links and certificate id

This commit is contained in:
shockrah 2022-02-01 13:11:11 -08:00
parent d6a2ba027d
commit f586869de4

View File

@ -6,9 +6,14 @@
<li style="list-style-type: none;">
<a><strong class="bigger">{{.Params.Institution}}</strong></a>
{{ if .Params.Degree }}
<p class="text-muted">{{.Params.When}}</p>
<p class="text-muted">{{.Params.Degree}} acheived {{.Params.When}}</p>
{{ end }}
{{ if .Params.Certlink }}
<a href="{{.Params.Certlink}}">Certificate Link</a>
{{ end }}
{{ if .Params.Certid }}
<p class="text-muted">Certificate id: {{.Params.Certid}}</p>
{{ end }}
<p>{{.Content}}</p>
</li>
{{ end }}
</ul>