Move apps into projects section
All checks were successful
Deploy Website / build-and-deploy (push) Successful in 7s
All checks were successful
Deploy Website / build-and-deploy (push) Successful in 7s
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
{{ $hasToc := and (ne .Params.toc false) (gt (len (findRE "<li>" .TableOfContents)) 0) }}
|
||||
{{ $backHref := "/" | relURL }}
|
||||
{{ $backLabel := "Home" }}
|
||||
{{ if in (slice "apps" "projects" "websites") .Section }}
|
||||
{{ if in (slice "projects" "websites") .Section }}
|
||||
{{ $backHref = "/projects/" | relURL }}
|
||||
{{ $backLabel = "Projects" }}
|
||||
{{ else if eq .Section "publications" }}
|
||||
|
||||
Reference in New Issue
Block a user