You've already forked Ghost-Theme-Casper
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user