Sha256: 3f5680a56cda72ef1fda8742502f03edafd60f70cb40b493ced39d91c3090ef9

Contents?: true

Size: 566 Bytes

Versions: 11

Compression:

Stored size: 566 Bytes

Contents

<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
{% capture page_title %}{{ title | strip_html | strip_newlines }}{% endcapture %}
<title>{% if page_title != "Index" %}{{ page_title | escape }} | {{ metadata.title | escape }}{% else %}{{ metadata.title | escape }}: {{ metadata.tagline | escape }}{% endif %}</title>

<meta name="description" content="{{ metadata.description }}" />

<link rel="stylesheet" href="{% webpack_path css %}" />
<script src="{% webpack_path js %}" defer></script>
{% live_reload_dev_js %}

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
bridgetown-core-1.0.0.alpha11 lib/site_template/src/_components/head.liquid
bridgetown-core-1.0.0.alpha10 lib/site_template/src/_components/head.liquid
bridgetown-core-1.0.0.alpha9 lib/site_template/src/_components/head.liquid
bridgetown-core-1.0.0.alpha8 lib/site_template/src/_components/head.liquid
bridgetown-core-1.0.0.alpha7 lib/site_template/src/_components/head.liquid
bridgetown-core-1.0.0.alpha6 lib/site_template/src/_components/head.liquid
bridgetown-core-1.0.0.alpha5 lib/site_template/src/_components/head.liquid
bridgetown-core-1.0.0.alpha4 lib/site_template/src/_components/head.liquid
bridgetown-core-1.0.0.alpha3 lib/site_template/src/_components/head.liquid
bridgetown-core-1.0.0.alpha2 lib/site_template/src/_components/head.liquid
bridgetown-core-1.0.0.alpha1 lib/site_template/src/_components/head.liquid