mirror of
https://github.com/kemko/liquid.git
synced 2026-01-03 08:45:42 +03: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;
|
||||
}
|
||||
|
||||
.right {
|
||||
float: right;
|
||||
}
|
||||
|
||||
/*============================================================================
|
||||
Index
|
||||
==============================================================================*/
|
||||
|
||||
@@ -6,7 +6,12 @@ layout: page
|
||||
|
||||
{% for doc in site.filters %}
|
||||
<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 }}
|
||||
</p>
|
||||
</div>
|
||||
{% endfor %}
|
||||
|
||||
Reference in New Issue
Block a user