update index page
This commit is contained in:
parent
68177b871a
commit
f26b00da35
|
@ -2,7 +2,7 @@
|
|||
<ul>
|
||||
{{ range first 3 (where .Site.RegularPages.ByDate.Reverse "Section" "blog") }}
|
||||
<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>
|
||||
</li>
|
||||
{{ end }}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<h3>What I'm Up To</h3>
|
||||
<ul>
|
||||
<li>Helping out at the <a href="https://32bit.cafe">32-Bit Cafe</a></li>
|
||||
<li>Playing <strong>Zenless Zone Zero</strong></li>
|
||||
<li>Learning C#</li>
|
||||
{{ range .Site.Data.now }}
|
||||
<li>{{ . | markdownify }}</li>
|
||||
{{ end }}
|
||||
</ul>
|
||||
|
|
Loading…
Reference in New Issue