mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-20 19:30:47 -07:00
Added breadcrumb to post titles. Starting to fix alignment for table headers
This commit is contained in:
+10
-4
@@ -38,11 +38,17 @@
|
||||
{% endfor %}
|
||||
</nav>
|
||||
</div>
|
||||
<div class="content">
|
||||
<div class="wrapper">
|
||||
<h1>{{ page.title }}</h1>
|
||||
{{ content }}
|
||||
|
||||
<div class="content__area">
|
||||
<div class="content__wrapper">
|
||||
<h1>{% unless page.url == "/index.html" %}{{ page.collection | capitalize }} → {% endunless %} {{ page.title }}</h1>
|
||||
<div class="content">
|
||||
{{ content }}
|
||||
</div>
|
||||
<a href="{{ page.previous }}">Previous </a>
|
||||
<a href="{{ page.next }}">Next </a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user