Skip to content

Commit db2a302

Browse files
committed
Add upgrade button. #51
1 parent cbeca04 commit db2a302

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

admin.html

+6
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,12 @@ <h3>Authentication</h3>
4949

5050
<button type="submit" class="btn btn-primary">Submit</button>
5151

52+
<h3>Site Maintenance</h3>
53+
54+
<div class="form-group">
55+
<a href="https://github.com/{{ site.github.owner_name }}/{{ site.github.project_title }}/compare/gh-pages...timwis:gh-pages?expand=1" class="btn btn-info">Check for updates</a>
56+
</div>
57+
5258
</fieldset>
5359

5460
</form>

0 commit comments

Comments
 (0)