Skip to content

Commit

Permalink
Start at zero
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed Oct 30, 2015
1 parent 834bf15 commit ab3095b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion checklist.html
Expand Up @@ -43,7 +43,7 @@
</head>
<body>
<div class="container">
<div id="counter"><span id="current">?</span>/<span id="total">?</span></div>
<div id="counter"><span id="current">0</span>/<span id="total">?</span></div>
<h1>Nikola Release Checklist (v9/2015-10-08)</h1>
<h2>Requirements</h2>
<p>In order to create a release, you need a bit of free time and a GPG setup. You could technically do without them (<code>git tag -am</code> + <code>twine upload</code> without <code>-s</code>), but it’s nicer if we have some confirmation it’s really you.</p>
Expand Down
2 changes: 1 addition & 1 deletion src/bootstrap-head.html
Expand Up @@ -43,4 +43,4 @@
</head>
<body>
<div class="container">
<div id="counter"><span id="current">?</span>/<span id="total">?</span></div>
<div id="counter"><span id="current">0</span>/<span id="total">?</span></div>

0 comments on commit ab3095b

Please sign in to comment.