Put all the stats output local, not in the repos
Because it's annoying to dirty all my repos
This commit is contained in:
parent
5b73d23bc0
commit
530d8afa6d
2 changed files with 5 additions and 5 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue