hugo/tpl/tplimpl
Bjørn Erik Pedersen 7203a95a60 Fix rebuilds when running hugo -w
This was partly broken in Hugo 0.123.0.

We have two internal config options that gets set from the CLI:

* Running; a web server is running
* Watching; either set via `hugo -w`  or `hugo server --watch=false`

Part of the change detection code wrongly used the `Running` as a flag when `Watching` would be the correct.

Fixes #12296
2024-04-25 14:35:49 +02:00
..
embedded tpl/tplimpl: Fix double-escaping in opengraph template 2024-04-25 10:03:17 +02:00
render_hook_integration_test.go
shortcodes.go
shortcodes_test.go
template.go
template_ast_transformers.go
template_ast_transformers_test.go
template_errors.go
template_funcs.go Fix rebuilds when running hugo -w 2024-04-25 14:35:49 +02:00
template_funcs_test.go
template_test.go
templateFuncster.go
templateProvider.go
tplimpl_integration_test.go tpl/tplimpl: Fix double-escaping in opengraph template 2024-04-25 10:03:17 +02:00