Added chat bubble to footer
This commit is contained in:
parent
c37ecae615
commit
be6dcda2fd
|
@ -37,6 +37,9 @@ contents:
|
||||||
data-count-api="/repos/lektor/lektor#stargazers_count"
|
data-count-api="/repos/lektor/lektor#stargazers_count"
|
||||||
data-count-aria-label="# stargazers on GitHub"
|
data-count-aria-label="# stargazers on GitHub"
|
||||||
aria-label="Star lektor/lektor on GitHub">Star</a>
|
aria-label="Star lektor/lektor on GitHub">Star</a>
|
||||||
|
<li><a href="https://gitter.im/lektor/lektor"><img
|
||||||
|
src="https://badges.gitter.im/lektor/lektor.svg"
|
||||||
|
alt="Join the chat at https://gitter.im/lektor/lektor"></a>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -56,6 +56,8 @@
|
||||||
><i class="fa fa-bug"></i></a>
|
><i class="fa fa-bug"></i></a>
|
||||||
<a href="https://twitter.com/getlektor" title="Find Lektor on Twitter"
|
<a href="https://twitter.com/getlektor" title="Find Lektor on Twitter"
|
||||||
><i class="fa fa-twitter"></i></a>
|
><i class="fa fa-twitter"></i></a>
|
||||||
|
<a href="https://gitter.im/lektor/lektor" title="Chat on Gitter"
|
||||||
|
><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
|
<a href="https://github.com/lektor/lektor-website/tree/master/content{{ this.path
|
||||||
}}/contents.lr" title="View source for this page"><i class="fa fa-code"></i></a>
|
}}/contents.lr" title="View source for this page"><i class="fa fa-code"></i></a>
|
||||||
|
|
Loading…
Reference in New Issue