Add initial latex theme

This commit is contained in:
2018-05-11 00:00:20 +02:00
parent 6bfd12756d
commit 9c0cded9e3
10 changed files with 276 additions and 4 deletions
+2 -2
View File
@@ -266,10 +266,10 @@
{{if $v.Highlights}}
<ul class="highlights">
{{range $v.Highlights -}}
<li>{{.Title}}
<li>{{md2html .Title}}
{{if .Items -}}
<ul>
{{range .Items}}<li>{{.}}</li>{{end}}
{{range .Items}}<li>{{md2html .}}</li>{{end}}
</ul>
{{- end}}
</li>