Pin beeper to v2

Beeper started requiring ESM syntax from v3, and it caused an error when running development workflow
Error [ERR_REQUIRE_ESM]: Must use import to load ES Module
This commit is contained in:
Sodbileg Gansukh
2021-05-06 12:28:54 +08:00
parent 69feef6c46
commit f43f6c567f
6 changed files with 29 additions and 12 deletions

View File

@@ -18,7 +18,7 @@
{{ghost_head}}
</head>
<body class="{{body_class}}">
<body class="{{body_class}}{{#if @member}} logged-in{{/if}}">
<div class="viewport">
<header id="gh-head" class="gh-head {{#if @site.cover_image}}has-cover{{/if}}">
@@ -51,11 +51,13 @@
{{/if}}
</div>
{{#unless @member}}
{{!-- {{#unless @member}}
<a class="gh-head-button" href="#/portal/signup">Subscribe</a>
{{else}}
<a class="gh-head-button" href="#/portal/account">Account</a>
{{/unless}}
{{/unless}} --}}
{{navigation type="secondary"}}
</div>
</nav>
</header>