Merge pull request #161 from lektor/lektor-website-160
[lektor-website-160] Fixing link to homepage source.
This commit is contained in:
commit
7c0cb368fa
|
@ -60,8 +60,8 @@
|
||||||
<a href="https://gitter.im/lektor/lektor" title="Chat on Gitter"
|
<a href="https://gitter.im/lektor/lektor" title="Chat on Gitter"
|
||||||
><i class="fa fa-comment"></i></a>
|
><i class="fa fa-comment"></i></a>
|
||||||
{%- if this.path %}
|
{%- if this.path %}
|
||||||
<a href="https://github.com/lektor/lektor-website/tree/master/content{{ this.path.split('@')[0]
|
<a href="https://github.com/lektor/lektor-website/tree/master/content{% if this.path != '/'
|
||||||
}}/contents.lr" title="View source for this page"><i class="fa fa-code"></i></a>
|
%}{{ this.path.split('@')[0]}}{% endif %}/contents.lr" title="View source for this page"><i class="fa fa-code"></i></a>
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
</div>
|
</div>
|
||||||
<div class="col-sm-8">
|
<div class="col-sm-8">
|
||||||
|
|
Loading…
Reference in New Issue