+
+ {{#if @member.paid}}
+ {{else if @member}}
+
You are subscribed to updates
+
You are currently subscribed to updates from {{@site.title}}.
+ {{else}}
+ {{/if}}
+
+
+{{#contentFor "scripts"}}
+
+{{/contentFor}}
diff --git a/members/signin.hbs b/members/signin.hbs
new file mode 100644
index 0000000..b2be181
--- /dev/null
+++ b/members/signin.hbs
@@ -0,0 +1,56 @@
+{{!< ../default}}
+
+
+{{#if @member}}
+
+{{/if}}
+
+
+
+
+ {{#post}}
+ {{content}}
+ {{/post}}
+
+
+{{#contentFor "scripts"}}
+
+{{/contentFor}}
diff --git a/members/signup.hbs b/members/signup.hbs
new file mode 100644
index 0000000..542f616
--- /dev/null
+++ b/members/signup.hbs
@@ -0,0 +1,58 @@
+{{!< ../default}}
+
+
+{{#if @member}}
+
+{{/if}}
+
+
+
+
+
+ {{#unless @member}}
+
Subscribe to {{@site.title}}
+
Get the latest posts delivered straight to your inbox
+
+ {{/unless}}
+
+
+
+
+
+
+
+
+
+ {{#post}}
+ {{content}}
+ {{/post}}
+
+
+{{#contentFor "scripts"}}
+
+{{/contentFor}}
diff --git a/package.json b/package.json
index 010910d..48e46fb 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "yuika",
"description": "nanao.moe's blog theme",
- "version": "2.4.1",
+ "version": "2.5.0",
"engines": {
"ghost-api": "v3"
},
diff --git a/partials/site-header.hbs b/partials/site-header.hbs
index b3cc79b..8cfe7d5 100644
--- a/partials/site-header.hbs
+++ b/partials/site-header.hbs
@@ -17,57 +17,26 @@
- {{#if @labs.members}}
{{/if}}
+
+
{{navigation}}
-
-
-{{#if @labs.members}}
-{{!-- Subscription dialog --}}
-
-
-
-
-
-
-
One more step....
-
Please check your email inbox to confirm your subscription!
-
-
-
Thank you for subscribing to {{@site.title}}!
-
The latest posts will be periodically delivered to you when they are published.
-
-
-
Invalid subscription link
-
The link might have expired, or you entered the wrong link. You can try resubscribing.
-
-
-
-
-
-{{/if}}
\ No newline at end of file
+
\ No newline at end of file