mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-18 10:20:43 -07:00
Show version badge on recently-added tags
This commit is contained in:
@@ -55,7 +55,12 @@
|
||||
<span aria-hidden="true">{% include icons/three-bars.svg %}</span>
|
||||
<span>Menu</span>
|
||||
</button>
|
||||
{% if page.title %}<h1>{{ page.title }}</h1>{% endif %}
|
||||
{% if page.title -%}
|
||||
<h1>{{ page.title }}
|
||||
{%- if page.version-badge -%}
|
||||
{%- include version-badge.html version=page.version-badge -%}
|
||||
{%- endif -%}</h1>
|
||||
{%- endif %}
|
||||
{{ content }}
|
||||
</div>
|
||||
</main>
|
||||
|
||||
Reference in New Issue
Block a user