{% if site.logourl %}
{% endif %}
Source:
Github
{% if (site.chatname.size) and (site.chaturl.size) %}
Chat:
{{ site.chatname }}
{% endif %} {% if (site.buildname.size) and (site.buildurl.size) %}
Build:
{{ site.buildname }}
{% endif %}
Api:
Scaladoc
{{ site.projectname }}
About
Contributing
Tutorials
Colophon
{{ content }}
{% if (page.section == 'tutorials') %} {% assign linksSection = true %} {% endif %} {% if (page.source != null) or (page.scaladoc != null) %} {% assign linksContent = true %} {% endif %} {% if linksSection and linksContent %}
Useful links:
{% if (page.source != null) and (page.source contains 'https:') %}
Source
{% elsif page.source != null %}
Source
{% endif %} {% if page.scaladoc != null %}
Scaladoc
{% endif %}
{% endif %}