mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-06-29 22:16:13 +02:00
Gloriously mobile-retina-ready docs
This commit is contained in:
parent
3ee749c26c
commit
33e14d806d
6 changed files with 19 additions and 895 deletions
4
docs/_themes/jrnl/layout.html
vendored
4
docs/_themes/jrnl/layout.html
vendored
|
@ -14,7 +14,7 @@
|
|||
|
||||
{%- block sidebar2 %}
|
||||
<aside>
|
||||
<a href="/" id="logolink" title="jrnl"><img class="logo" src="{{ pathto('_static/img/logo.png', 1) }}" title="jrnl"/></a>
|
||||
<a href="/" id="logolink" title="jrnl"><img class="logo" src="{{ pathto('_static/img/logo.png', 1) }}" width="90px" height="98px" title="jrnl"/></a>
|
||||
<h2>Documentation</h2>
|
||||
{{ toctree() }}
|
||||
{%- include "searchbox.html" %}
|
||||
|
@ -23,7 +23,7 @@
|
|||
|
||||
{%- block footer %}
|
||||
<div class="footer">
|
||||
Journal is made with love by {{ copyright }} and other fabulous people. If you need help, tweet to <a href="https://twitter.com/maebert" title="Follow @maebert on twitter">@maebert</a> or <a href="https://github.com/maebert/jrnl/issues/new" title="Open a new issue on Github">submit an issue</a> on Github.
|
||||
{{ copyright }}
|
||||
</div>
|
||||
{%- endblock %}
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue