{{#link-to "settings" class="btn btn-default btn-back"}}Back{{/link-to}}

Code Injection

Ghost allows you to inject code into the top and bottom of your theme files without editing them. This allows for quick modifications to insert useful things like tracking codes and meta tags.

Code here will be injected into the \{{ghost_head}} tag on every page of your blog

{{gh-cm-editor id="ghost-head" name="codeInjection[ghost_head]" class="settings-code-editor" type="text" value=model.ghost_head}}

Code here will be injected into the \{{ghost_foot}} tag on every page of your blog

{{gh-cm-editor id="ghost-foot" name="codeInjection[ghost_foot]" class="settings-code-editor" type="text" value=model.ghost_foot}}