mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-29 15:12:58 +03:00
Updated readme
Added note about adding drop-in script in code injection footer in admin
This commit is contained in:
parent
e7e9ceab7d
commit
197070bcfe
@ -7,7 +7,7 @@ Drop-in script to make the bulk of members work on any theme.
|
||||
|
||||
## Usage
|
||||
|
||||
To load members.js in any Ghost theme, add below code in theme's `default.hbs` before the end of body tag.
|
||||
To load members.js in any Ghost theme, add below code in theme's `default.hbs` before the end of body tag or in code injection footer in Ghost Admin.
|
||||
|
||||
```html
|
||||
<script type="text/javascript" src="https://unpkg.com/@tryghost/members-js@0.2.1"></script>
|
||||
|
Loading…
Reference in New Issue
Block a user