patool/doc/web/templates/default.html

34 lines
1.2 KiB
HTML
Raw Normal View History

2013-03-29 10:12:37 +00:00
{% extends "base.html" %}
{%- block content %}
<header>
<h1>{{site.app.name}}</h1>
<h2>{{site.app.name}} is a portable archive file manager</h2>
</header>
<section id="downloads" class="clearfix">
2013-07-19 13:20:48 +00:00
<a href="http://wummel.github.io/{{site.app.lname}}/dist/{{site.app.lname}}-{{site.app.version}}.tar.gz"
2013-03-29 10:12:37 +00:00
title="Download source .tar.gz package"
2013-11-28 16:57:08 +00:00
id="download-tar-gz" class="button"><span>{{site.app.lname}}-{{site.app.version}}.tar.gz</span></a>
2013-07-19 13:20:48 +00:00
<a href="http://wummel.github.io/{{site.app.lname}}/dist/{{site.app.lname}}-{{site.app.version}}.exe"
2013-03-29 10:12:37 +00:00
title="Download Windows .exe installer"
2013-11-28 16:57:08 +00:00
id="download-exe" class="button"><span>{{site.app.lname}}-{{site.app.version}}.exe</span></a>
2013-03-29 10:12:37 +00:00
<a href="https://github.com/wummel/patool" id="view-on-github" class="button"><span>View on GitHub</span></a>
<!-- <p>
<a href="https://github.com/wummel/patool/blob/master/patool.freecode">Release notes</a>
<a href="https://github.com/wummel/patool/blob/master/doc/changelog.txt">Changelog</a>
</p> -->
</section>
<hr>
<section id="main_content">
{{page.content}}
</section>
<footer>
{{site.app.name}} is written and maintained by <a href="https://github.com/wummel/">{{site.app.maintainer}}</a><br>
</footer>
{%- endblock %}