Added chat bubble to footer

This commit is contained in:
Armin Ronacher 2015-12-23 10:20:38 +01:00
parent c37ecae615
commit be6dcda2fd
2 changed files with 5 additions and 0 deletions

View File

@ -37,6 +37,9 @@ contents:
data-count-api="/repos/lektor/lektor#stargazers_count"
data-count-aria-label="# stargazers on GitHub"
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>
</div>
</div>

View File

@ -56,6 +56,8 @@
><i class="fa fa-bug"></i></a>
<a href="https://twitter.com/getlektor" title="Find Lektor on Twitter"
><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 %}
<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>