initial commit

This commit is contained in:
shafin-r
2025-07-03 01:43:25 +06:00
commit 5dc53b896e
279 changed files with 28956 additions and 0 deletions

13
newspaper/page-signup.hbs Normal file
View File

@ -0,0 +1,13 @@
{{#if @site.members_invite_only}}
<script>
window.location.href = '{{@site.url}}/signin';
</script>
{{/if}}
{{!< default}}
<main>
{{#post}}
{{> "components/form-hero" accountPage=true type="signup" hasLink=true }}
{{/post}}
</main>