update index page

This commit is contained in:
yequari 2024-11-03 13:45:18 -07:00
parent 68177b871a
commit f26b00da35
2 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@
<ul> <ul>
{{ range first 3 (where .Site.RegularPages.ByDate.Reverse "Section" "blog") }} {{ range first 3 (where .Site.RegularPages.ByDate.Reverse "Section" "blog") }}
<li> <li>
<time class="dt-published" datetime="{{ .PublishDate }}">{{ .PublishDate.Format "1/2/06" }}</time> <time class="dt-published" datetime="{{ .PublishDate }}">{{ .PublishDate.Format "01/02/06" }}</time>
<a class="title u-url p-name" href="{{ .RelPermalink }}">{{ .Title }}</a> <a class="title u-url p-name" href="{{ .RelPermalink }}">{{ .Title }}</a>
</li> </li>
{{ end }} {{ end }}

View File

@ -1,6 +1,6 @@
<h3>What I'm Up To</h3> <h3>What I'm Up To</h3>
<ul> <ul>
<li>Helping out at the <a href="https://32bit.cafe">32-Bit Cafe</a></li> {{ range .Site.Data.now }}
<li>Playing <strong>Zenless Zone Zero</strong></li> <li>{{ . | markdownify }}</li>
<li>Learning C#</li> {{ end }}
</ul> </ul>