mirror of
https://github.com/gohugoio/hugo.git
synced 2025-04-26 21:51:02 +03:00
parent
439ab0339d
commit
f9d6feca08
2 changed files with 2 additions and 2 deletions
|
@ -305,7 +305,7 @@ func (s *Site) renderAliases() error {
|
|||
for _, a := range p.Aliases() {
|
||||
if f.Path != "" {
|
||||
// Make sure AMP and similar doesn't clash with regular aliases.
|
||||
a = path.Join(a, f.Path)
|
||||
a = path.Join(f.Path, a)
|
||||
}
|
||||
|
||||
lang := p.Language().Lang
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue