This repository has been archived on 2024-06-20. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
coffee.pygments/doc/_templates/indexsidebar.html
2021-12-29 16:38:38 +01:00

18 lines
736 B
HTML

<section>
<h3>Download</h3>
<p>Current version: <b>{{ version }}</b><br><a href="{{ pathto('docs/changelog') }}">Changelog</a></p>
<p>Get Pygments from the <a href="https://pypi.python.org/pypi/Pygments">Python Package
Index</a>, or install it with:</p>
<pre>pip install Pygments</pre>
</section>
<section>
<h3>Questions? Suggestions?</h3>
<p><img src="{{ pathto("_static/github.png", 1) }}" width="24" />
Clone at <a href="https://github.com/pygments/pygments">GitHub</a>.</p>
<p>You can also open an issue at the
<a href="https://github.com/pygments/pygments/issues">tracker</a>.</p>
</section>
<p class="logo">A <a href="https://www.pocoo.org/">
<img src="{{ pathto("_static/pocoo.png", 1) }}" /></a> project</a></p>