mirror of
https://github.com/gryf/tagbar.git
synced 2026-01-06 05:44:19 +01:00
Small adjustments to website
This commit is contained in:
@@ -84,9 +84,9 @@ nmap <F8> :TagbarToggle<CR>
|
||||
<p>Jan Larres (jan@majutsushi.net)</p>
|
||||
|
||||
<h2>Download</h2>
|
||||
<h3>Stable releases</h3>
|
||||
<h3>Latest stable release</h3>
|
||||
|
||||
{% for post in site.posts %}
|
||||
{% for post in site.posts limit:1 %}
|
||||
|
||||
<span style="font-weight:bold">{{ post.title }}</span> ({{ post.date | date:"%Y-%m-%d" }})
|
||||
<a href="http://github.com/majutsushi/tagbar/zipball/v{{ post.title }}">zip</a>
|
||||
@@ -96,6 +96,8 @@ nmap <F8> :TagbarToggle<CR>
|
||||
|
||||
{% endfor %}
|
||||
|
||||
<a href="archive.html">Old releases</a>
|
||||
|
||||
<h3>Latest source</h3>
|
||||
<p>
|
||||
Download as:
|
||||
|
||||
Reference in New Issue
Block a user