2024-05-27 21:13:51 +00:00
|
|
|
{{ define "main" }}
|
|
|
|
|
2024-07-23 22:17:28 +00:00
|
|
|
<div class ="markdown-content">
|
|
|
|
{{ readFile "_index.md" | markdownify }}
|
2024-05-27 21:13:51 +00:00
|
|
|
</div>
|
2024-07-23 22:17:28 +00:00
|
|
|
|
2024-06-19 22:18:29 +00:00
|
|
|
<div class="home-posts list-posts">
|
2024-07-23 22:17:28 +00:00
|
|
|
<h2> {{ .Site.Params.toctitle }} </h2>
|
2024-05-27 21:13:51 +00:00
|
|
|
|
2024-07-23 22:17:28 +00:00
|
|
|
{{- partial "thesis-list.html" . -}}
|
2024-06-19 22:18:29 +00:00
|
|
|
</div>
|
2024-05-27 21:13:51 +00:00
|
|
|
|
|
|
|
{{ end }}
|