summaryrefslogtreecommitdiff
path: root/themes/sapka-2024/layouts/_default/index.html
blob: dfda0d2641f10ea61cfa5eefaf4d4d3454f9e237 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{{ define "main" }}

{{ partial "partials/homepage/nav" . }}

<h2>Recent updates and publications </h2>

{{ range first 10 
.Site.RegularPages.ByDate.Reverse
}}
{{ partial "partials/article_list_item.html" . }}
{{ end }}
<p>
  <a href="/blog/">&raquo; Go to blog</a>
</p>

{{ partial "partials/homepage/brainrot" . }}
{{ partial "partials/homepage/bsd.html" . }}
{{ partial "partials/homepage/emacs.html" . }}
{{ partial "partials/homepage/startrek.html" . }}
{{ partial "partials/homepage/omake.html" . }}
{{ partial "partials/homepage/buttons.html" . }}
{{ partial "partials/homepage/nameplate.html" . }}

{{ end }}