Compare commits
3 commits
9f2b644419
...
e00bf77141
Author | SHA1 | Date | |
---|---|---|---|
e00bf77141 | |||
49deea0321 | |||
1fd1f80697 |
5 changed files with 6 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: "Yuki's blog"
|
||||
authors: [ "Yuki" ]
|
||||
authors: [ "yukijoou" ]
|
||||
---
|
||||
|
||||
Hello, I'm Yuki! Welcome to my blog \:\)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: "Welcome to my blog"
|
||||
authors: [ "Yuki" ]
|
||||
authors: [ "yukijoou" ]
|
||||
description: "Why would you even have a blog in 2023!?"
|
||||
date: 2023-05-29T22:00:00+02:00
|
||||
---
|
||||
|
|
|
@ -7,9 +7,7 @@
|
|||
</div>
|
||||
|
||||
<p class="authors">
|
||||
{{ range $.Param "authors" }}
|
||||
{{ . }}
|
||||
{{ end }}
|
||||
{{ delimit ($.Param "authors") ", " }}
|
||||
</p>
|
||||
</article>
|
||||
|
||||
|
|
|
@ -20,9 +20,7 @@
|
|||
</div>
|
||||
|
||||
<p class="authors">
|
||||
{{ range $.Param "authors" }}
|
||||
{{ . }}
|
||||
{{ end }}
|
||||
{{ delimit ($.Param "authors") ", " }}
|
||||
</p>
|
||||
</article>
|
||||
{{ end }}
|
||||
|
|
|
@ -14,6 +14,8 @@ body {
|
|||
|
||||
background-color: var(--background-color);
|
||||
color: var(--foreground-color);
|
||||
|
||||
font-family: sans-serif, sans;
|
||||
}
|
||||
|
||||
header {
|
||||
|
|
Loading…
Reference in a new issue