update index page
This commit is contained in:
parent
68177b871a
commit
f26b00da35
|
@ -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 }}
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue