mirror of
https://github.com/GuerillaStudio/now-playing
synced 2024-11-26 10:21:39 +00:00
Shorter album urls
This commit is contained in:
parent
64c8272577
commit
2953e35528
105 changed files with 20 additions and 8 deletions
|
@ -2,7 +2,7 @@ baseURL = "http://localhost:1313/"
|
|||
languageCode = "en-us"
|
||||
title = "Now Playing"
|
||||
author = "Glitch.Family"
|
||||
mainSections = ["musics"]
|
||||
mainSections = ["a"]
|
||||
paginate = 16
|
||||
disableKinds = ["taxonomy", "taxonomyTerm"]
|
||||
|
||||
|
|
|
@ -55,7 +55,7 @@
|
|||
|
||||
<script>
|
||||
window.albumsUrls = [
|
||||
{{ range where .Site.RegularPages "Type" "in" "musics" }}
|
||||
{{ range where .Site.RegularPages "Type" "in" "a" }}
|
||||
"{{ .Permalink }}",
|
||||
{{ end }}
|
||||
]
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue