Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix counter
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed Oct 30, 2015
1 parent bc71e99 commit 834bf15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions checklist.html
Expand Up @@ -43,6 +43,7 @@
</head>
<body>
<div class="container">
<div id="counter"><span id="current">?</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
1 change: 1 addition & 0 deletions src/bootstrap-head.html
Expand Up @@ -43,3 +43,4 @@
</head>
<body>
<div class="container">
<div id="counter"><span id="current">?</span>/<span id="total">?</span></div>

0 comments on commit 834bf15

Please sign in to comment.