hugo/tpl
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
..
cast
collections
compare
crypto
css
data
debug
diagrams
encoding
fmt
hugo
images
inflect
internal
js
lang errors: Return error from cast.ToStringE() consistently 2024-04-04 11:00:14 +02:00
math
openapi
os
page
partials
path
reflect
resources
safe
site
strings tpl/strings: Improve type checking 2024-04-04 18:34:55 +02:00
templates
time
tplimpl Fix rebuilds when running hugo -w 2024-04-25 14:35:49 +02:00
transform helpers: Fix TrimShortHTML when used with AsciiDoc content 2024-04-14 17:53:05 +02:00
urls all: Fix duplicate words in comments 2024-04-11 09:31:33 +02:00
template.go Pass .RenderShortcodes' Page to render hooks as .PageInner 2024-04-15 09:49:57 +02:00
template_info.go
template_test.go