Put all the stats output local, not in the repos

Because it's annoying to dirty all my repos
This commit is contained in:
Eli Ribble 2015-07-23 13:25:25 -06:00
parent 5b73d23bc0
commit 530d8afa6d
2 changed files with 5 additions and 5 deletions

View file

@ -2,7 +2,7 @@
<body>
<ul>
{% for repo in repos %}
<li><a href="/Users/eliribble/src/{{ repo }}/git_stats/index.html">{{ repo }}</a></li>
<li><a href="/Users/eliribble/src/git_stats/{{ repo }}/index.html">{{ repo }}</a></li>
{% endfor %}
</ul>
</body>