From 86340abdc7ea0cf31533cb0095460f98390ecb39 Mon Sep 17 00:00:00 2001 From: Rish Date: Mon, 20 Apr 2020 23:26:55 +0530 Subject: [PATCH] Updated Readme Added Usage section --- ghost/portal/README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/ghost/portal/README.md b/ghost/portal/README.md index a0b49b0d86..297dae72fc 100644 --- a/ghost/portal/README.md +++ b/ghost/portal/README.md @@ -5,6 +5,22 @@ Drop-in script to make the bulk of members work on any theme +## Using in a theme + +To load members.js in any Ghost theme, below code needs to be added in theme's `default.hbs` before the end of body tag. + +```html + + +``` + ## Basic Setup 1. Clone this repository: