site: make resources editable
This commit is contained in:
parent
a1c18b6e87
commit
256b0875cb
|
@ -6,6 +6,11 @@ layout: default
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
<div class="unit whole">
|
<div class="unit whole">
|
||||||
<article>
|
<article>
|
||||||
|
{%- if page.permalink contains "resources" %}
|
||||||
|
<div class="improve right hide-on-mobiles">
|
||||||
|
<a data-proofer-ignore href="https://github.com/jekyll/jekyll/edit/master/docs/{{ page.path }}"><i class="fa fa-pencil"></i> Improve this page</a>
|
||||||
|
</div>
|
||||||
|
{% endif -%}
|
||||||
<h1>{{ page.title }}</h1>
|
<h1>{{ page.title }}</h1>
|
||||||
{{ content }}
|
{{ content }}
|
||||||
</article>
|
</article>
|
||||||
|
|
Loading…
Reference in New Issue