7 | {{- block "main" . }}{{- end }}
8 |
9 | {{- partial "footer.html" . -}}
10 |
11 |
12 |
--------------------------------------------------------------------------------
/web/themes/custom/layouts/_default/list.html:
--------------------------------------------------------------------------------
1 | {{ define "main" }}
2 |
29 |
--------------------------------------------------------------------------------
/web/themes/custom/layouts/shortcodes/figure.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |

7 |
8 |
9 |
10 |
11 | {{ .Inner }}
12 |
13 |
14 |
15 |
--------------------------------------------------------------------------------
/web/themes/custom/layouts/shortcodes/gallery.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | {{ $baseURL := .Site.BaseURL }}
5 |
6 | {{ .Inner }}
7 |
8 |
--------------------------------------------------------------------------------
/web/themes/custom/theme.toml:
--------------------------------------------------------------------------------
1 | name = "custom"
2 |
--------------------------------------------------------------------------------