mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-09 22:16:07 +01:00
Space out last post emoji
This commit is contained in:
parent
430225b90c
commit
19135732b7
1 changed files with 1 additions and 1 deletions
|
@ -10,5 +10,5 @@
|
||||||
<a href="{{.Permalink}}">{{ .Title }}</a>,
|
<a href="{{.Permalink}}">{{ .Title }}</a>,
|
||||||
{{ end }}
|
{{ end }}
|
||||||
and {{ with index $posts 2 }}<a href="{{.Permalink}}">{{ .Title }}</a>{{ end }}.</p>
|
and {{ with index $posts 2 }}<a href="{{.Permalink}}">{{ .Title }}</a>{{ end }}.</p>
|
||||||
<p>{{ range $posts | first 3 }}{{.Params.emoji}}{{ end }}</p>
|
<p>{{ range $posts | first 3 }}{{.Params.emoji}} {{ end }}</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue