add slug
s, fix tables
This commit is contained in:
parent
0d44f0764e
commit
eff55debea
23 changed files with 90 additions and 70 deletions
|
@ -50,6 +50,7 @@
|
|||
{{ .Scratch.Set "page" .Page.Slug }}
|
||||
{{ if ( in "current log wishlist" ( .Scratch.Get "page" ) ) }}
|
||||
|
||||
{{ .Scratch.Get .Page.Slug }}
|
||||
{{ if ( eq ( .Scratch.Get "page" ) "current" ) }}
|
||||
{{ .Scratch.Set "listMode" "current" }}
|
||||
{{ else if ( eq ( .Scratch.Get "page" ) "log" ) }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue