diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/config.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/config.toml b/docs/config.toml index 842b3df0a..285359885 100644 --- a/docs/config.toml +++ b/docs/config.toml @@ -70,7 +70,7 @@ twitter = "GoHugoIO" [params] description = "The world’s fastest framework for building websites" ## Used for views in rendered HTML (i.e., rather than using the .Hugo variable) - release = "0.38-DEV" + release = "0.38" ## Setting this to true will add a "noindex" to *EVERY* page on the site removefromexternalsearch = false ## Gh repo for site footer (include trailing slash) |