You've already forked jsonresume
Parse links in work experiences
This commit is contained in:
@@ -163,10 +163,10 @@
|
||||
{{if $w.Highlights -}}
|
||||
<ul class="highlights">
|
||||
{{range $w.Highlights -}}
|
||||
<li>{{.Title}}
|
||||
<li>{{md2html .Title}}
|
||||
{{if .Items -}}
|
||||
<ul>
|
||||
{{range .Items}}<li>{{.}}</li>{{end}}
|
||||
{{range .Items}}<li>{{md2html .}}</li>{{end}}
|
||||
</ul>
|
||||
{{- end}}
|
||||
</li>
|
||||
|
||||
Reference in New Issue
Block a user