13 lines
239 B
HTML
13 lines
239 B
HTML
{{ define "main" }}
|
|
|
|
<div class ="markdown-content">
|
|
{{ readFile "_index.md" | markdownify }}
|
|
</div>
|
|
|
|
<div class="home-posts list-posts">
|
|
<h2> {{ .Site.Params.toctitle }} </h2>
|
|
|
|
{{- partial "thesis-list.html" . -}}
|
|
</div>
|
|
|
|
{{ end }}
|