Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bep/docuapi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2020-01-03 12:57:02 +0300
committerGitHub <noreply@github.com>2020-01-03 12:57:02 +0300
commita1cd690793037cd6893a332081509a5a5debe467 (patch)
treebca4504587464853da1407261ce16a01d293dfe8
parentab0a867e0556d650a18200939b8fe23fea3abb58 (diff)
Update README.md
Closes #44
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9633edd..94f0005 100644
--- a/README.md
+++ b/README.md
@@ -27,7 +27,7 @@ You can customize the look-and-feel by adding your own CSS variables in `assets/
## Hooks
-When the fix for [#2549](https://github.com/spf13/hugo/issues/2549) is released we may do this with blocks, but until then you can provide some custom partials:
+You can override the layouts by providing some custom partials:
* `partials/hook_head_end.html` is inserted right before the `head` end tag. Useful for additional styles etc.
* `partials/hook_body_end.html` which should be clear by its name.