* Support for certificate links and certificate id
This commit is contained in:
parent
d6a2ba027d
commit
f586869de4
@ -6,9 +6,14 @@
|
|||||||
<li style="list-style-type: none;">
|
<li style="list-style-type: none;">
|
||||||
<a><strong class="bigger">{{.Params.Institution}}</strong></a>
|
<a><strong class="bigger">{{.Params.Institution}}</strong></a>
|
||||||
{{ if .Params.Degree }}
|
{{ 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 }}
|
{{ end }}
|
||||||
<p>{{.Content}}</p>
|
|
||||||
</li>
|
</li>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</ul>
|
</ul>
|
||||||
|
Loading…
Reference in New Issue
Block a user