mirror of
https://github.com/preservim/tagbar.git
synced 2025-09-12 18:42:05 +08:00
23 lines
676 B
HTML
23 lines
676 B
HTML
---
|
|
layout: default
|
|
title: Old releases
|
|
---
|
|
|
|
<a href="https://github.com/majutsushi/tagbar"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub" /></a>
|
|
|
|
<div id="container">
|
|
|
|
<h3>Old releases</h3>
|
|
|
|
{% for post in site.posts offset:1 %}
|
|
|
|
<span style="font-weight:bold">{{ post.title }}</span> ({{ post.date | date:"%Y-%m-%d" }})
|
|
<a href="https://github.com/majutsushi/tagbar/zipball/v{{ post.title }}">zip</a>
|
|
<a href="https://github.com/majutsushi/tagbar/tarball/v{{ post.title }}">tar</a>
|
|
|
|
{{ post.content }}
|
|
|
|
{% endfor %}
|
|
|
|
</div>
|