diff --git a/ghost/admin/templates/settings/code-injection.hbs b/ghost/admin/templates/settings/code-injection.hbs index 10281de526..7794befb67 100644 --- a/ghost/admin/templates/settings/code-injection.hbs +++ b/ghost/admin/templates/settings/code-injection.hbs @@ -16,15 +16,15 @@
Code here will be injected to the \{{ghost_head}} helper at the top of your page
{{textarea id="ghost-head" name="codeInjection[ghost_head]" type="text" value=ghost_head}}Code here will be injected to the \{{ghost_foot}} helper at the bottom of your page
- {{textarea id="blog-foot" name="codeInjection[ghost_foot]" type="text" value=ghost_foot}} + {{textarea id="ghost-foot" name="codeInjection[ghost_foot]" type="text" value=ghost_foot}}