re-save index on Ctrl+c to hide in progress message on html output

This commit is contained in:
Nick Sweeting 2019-03-19 18:08:42 -04:00
parent 6f5abd49b4
commit 1b5201fd58
3 changed files with 13 additions and 7 deletions

View file

@ -100,7 +100,7 @@
}
</style>
</head>
<body>
<body data-status="$status">
<header>
<div class="header-right">
<a href="https://github.com/pirate/ArchiveBox/wiki">Documentation</a> &nbsp; | &nbsp;
@ -113,7 +113,7 @@
</a>
</div>
<div class="header-center">
Archived Sites<br/>
Archived Sites <span class="in-progress">(Currently Updating)</span><br/>
<small>Last updated $time_updated</small>
</div>
</header>