mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-11 03:25:33 +01:00
Fix spacing on list pages
This commit is contained in:
parent
d9f8b33ee7
commit
c974158793
1 changed files with 2 additions and 0 deletions
|
@ -18,6 +18,8 @@
|
||||||
{{- with .Paginator.Prev }}
|
{{- with .Paginator.Prev }}
|
||||||
=> {{ .URL }} Previous page{{ end }}
|
=> {{ .URL }} Previous page{{ end }}
|
||||||
|
|
||||||
|
You may also want to visit:
|
||||||
|
|
||||||
=> / 🏡 Home
|
=> / 🏡 Home
|
||||||
{{ range .Site.Menus.main -}}
|
{{ range .Site.Menus.main -}}
|
||||||
=> {{ .URL | relURL }} {{ .Name }}
|
=> {{ .URL | relURL }} {{ .Name }}
|
||||||
|
|
Loading…
Reference in a new issue