kopia lustrzana https://github.com/snarfed/bridgy-fed
35 wiersze
909 B
HTML
35 wiersze
909 B
HTML
{% extends "!layout.html" %}
|
|
|
|
{%- block navigation %}
|
|
|
|
|
|
<div style="width: 300px; text-align: center; font-size: larger">
|
|
|
|
<!---
|
|
<p>Connecting web sites and social networks</p>
|
|
|
|
<p>
|
|
<a href="https://circleci.com/gh/snarfed/bridgy">
|
|
<img alt="Tests on Circle CI" src="https://circleci.com/gh/snarfed/bridgy.svg?style=svg" />
|
|
</a>
|
|
<a href="https://coveralls.io/github/snarfed/bridgy?branch=master">
|
|
<img alt="Coverage on Coveralls" src="https://coveralls.io/repos/github/snarfed/bridgy/badge.svg?branch=master" />
|
|
</a>
|
|
</p>
|
|
-->
|
|
</div>
|
|
|
|
<div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="{{ _('Navigation menu') }}">
|
|
<div class="local-toc">
|
|
<ul>
|
|
<li><a href="{{ pathto('index') }}">Getting started</a></li>
|
|
<li><a href="{{ pathto('source/modules') }}">Reference documentation</a></li>
|
|
</ul>
|
|
<hr style="margin: 1em">
|
|
{{ toc }}
|
|
</div>
|
|
</div>
|
|
|
|
|
|
{%- endblock %}
|