diff options
| author | Bryan Newbold <bnewbold@robocracy.org> | 2019-09-03 18:44:14 -0700 | 
|---|---|---|
| committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-09-03 18:44:14 -0700 | 
| commit | 37aadd7097f1405f05448bd601461786bdc342d4 (patch) | |
| tree | 7d0b4d3c5a81271bddbb622b64cf852ef6bd1a2b | |
| parent | dc21a5d4a1b7eb2c9d3d703c73cef8e2bf8e9072 (diff) | |
| download | fatcat-37aadd7097f1405f05448bd601461786bdc342d4.tar.gz fatcat-37aadd7097f1405f05448bd601461786bdc342d4.zip | |
update front-page stats (for containers number)
| -rw-r--r-- | python/fatcat_web/templates/home.html | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/python/fatcat_web/templates/home.html b/python/fatcat_web/templates/home.html index 70b9cd48..0039e3a7 100644 --- a/python/fatcat_web/templates/home.html +++ b/python/fatcat_web/templates/home.html @@ -35,17 +35,17 @@      <div class="row">        <div class="four wide mobile three wide center aligned column">          <a href="/stats" style="color: black;"> -          <h4>96,088,681<br>Papers</h4> +          <h4>96,947,165<br>Papers</h4>          </a>        </div>        <div class="four wide mobile three wide center aligned column">          <a href="/stats" style="color: black;"> -          <h4>18,117,432<br>Fulltext</h4> +          <h4>18,117,429<br>Fulltext</h4>          </a>        </div>        <div class="four wide mobile three wide center aligned column">          <a href="/stats" style="color: black;"> -          <h4>108,801<br>Journals</h4> +          <h4>140,085<br>Journals</h4>          </a>        </div>      </div> | 
