mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-20 03:10:39 -07:00
Add an edit link so users can contribute easily.
This commit is contained in:
@@ -157,6 +157,10 @@ $on-laptop: 900px;
|
|||||||
color: $color-white;
|
color: $color-white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.right {
|
||||||
|
float: right;
|
||||||
|
}
|
||||||
|
|
||||||
/*============================================================================
|
/*============================================================================
|
||||||
Index
|
Index
|
||||||
==============================================================================*/
|
==============================================================================*/
|
||||||
|
|||||||
+7
-2
@@ -6,7 +6,12 @@ layout: page
|
|||||||
|
|
||||||
{% for doc in site.filters %}
|
{% for doc in site.filters %}
|
||||||
<h3 class="component-link" id="{{ doc.title }}">{{ doc.title }}</h3>
|
<h3 class="component-link" id="{{ doc.title }}">{{ doc.title }}</h3>
|
||||||
<p>
|
<div>
|
||||||
|
<span class="right">
|
||||||
|
<a href="https://github.com/Shopify/liquid/edit/gh-pages/{{ doc.relative_path }}">
|
||||||
|
Improve documentation for {{doc.title}}.
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
{{ doc.output }}
|
{{ doc.output }}
|
||||||
</p>
|
</div>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|||||||
Reference in New Issue
Block a user