mirror of
https://github.com/gohugoio/hugo.git
synced 2025-04-29 23:20:49 +03:00
Revert "Revert "Fix PostProcess regression for hugo server""
This reverts commit 6c35a1a9ea
.
Updates #9794
This commit is contained in:
parent
5de6f8a02c
commit
e66e2e9ce5
4 changed files with 66 additions and 38 deletions
|
@ -375,6 +375,10 @@ Single: {{ .Title }}
|
|||
List: {{ .Title }}
|
||||
Environment: {{ hugo.Environment }}
|
||||
|
||||
For issue 9788:
|
||||
{{ $foo :="abc" | resources.FromString "foo.css" | minify | resources.PostProcess }}
|
||||
PostProcess: {{ $foo.RelPermalink }}
|
||||
|
||||
`)
|
||||
|
||||
return dir
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue