mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-10 05:34:54 -04:00
add warning about .Hugo variable being deprecated
This commit is contained in:
parent
77f74ced56
commit
0edbd59c48
@ -19,6 +19,11 @@ toc: false
|
|||||||
wip: false
|
wip: false
|
||||||
---
|
---
|
||||||
|
|
||||||
|
{{% warning "Deprecated" %}}
|
||||||
|
Page's `.Hugo` is deprecated and will be removed in a future release. Use the global `hugo` function.
|
||||||
|
For example: `hugo.Generator`.
|
||||||
|
{{% /warning %}}
|
||||||
|
|
||||||
It contains the following fields:
|
It contains the following fields:
|
||||||
|
|
||||||
.Hugo.Generator
|
.Hugo.Generator
|
||||||
|
Loading…
x
Reference in New Issue
Block a user