keimena/layouts/index.html

14 lines
239 B
HTML
Raw Normal View History

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