sass-site/source/_includes/playground/playground_header.liquid

22 lines
672 B
Plaintext
Raw Normal View History

2023-05-31 16:04:29 +02:00
<header
class="sl-r-banner sl-r-banner-playground"
itemtype="https://schema.org/WPHeader"
itemscope="itemscope"
role="banner">
<div class="sl-c-pop-stripe"></div>
<div class="sl-l-container">
<div class="sl-l-grid sl-l-grid--full sl-l-small-grid--fit sl-l-small-grid--center sl-l-small-grid--gutters">
<p class="sl-l-grid__column sl-r-banner__brand">
<a href="/"><img
height="24"
alt="Sass"
src="/assets/img/logos/logo.svg"></a>
</p>
2023-05-31 18:10:09 +02:00
<h1 class="sl-l-grid__column">{{ title }}</h1>
2023-05-31 16:04:29 +02:00
<!-- Placeholder for click to copy -->
<div class="sl-l-grid__column" />
</div>
</>
</header>