Skip to content

Instantly share code, notes, and snippets.

@curiositry
Last active April 11, 2022 04:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save curiositry/7d7d43ee88910796c65a55527f5c6e6a to your computer and use it in GitHub Desktop.
Save curiositry/7d7d43ee88910796c65a55527f5c6e6a to your computer and use it in GitHub Desktop.
Get rid of Weblog membership links
<header class="main-header center-text" id="main-header">
<div class="container">
{{#if @site.logo}}
<div class="main-header__logo">
<a href="{{@site.url}}">
<img src="{{@site.logo}}" alt="{{@site.title}} Logo" />
</a>
</div>
{{/if}}
<div class="main-header__text-container">
<h1 class="main-header__blog-title">
<a href="{{@site.url}}">{{@site.title}}</a>
</h1>
<h3 class="main-header__blog-description">
{{@site.description}}
</h3>
</div>
<nav>
{{navigation}}
</nav>
<div hidden class="notification-area" id="notifications">
</div>
</div>
</header>
<br>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment