diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-06-27 13:10:36 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-06-27 13:10:36 -0700 |
commit | 830a136a5580de2635e3e6c23ce4da27f5ad498c (patch) | |
tree | ef25415f936cb7f552946f32577cc5f1cc705fc6 /python/fatcat_web | |
parent | a36983a1275b2f30355adb40c340d69cbe38529b (diff) | |
download | fatcat-830a136a5580de2635e3e6c23ce4da27f5ad498c.tar.gz fatcat-830a136a5580de2635e3e6c23ce4da27f5ad498c.zip |
update front-page stats
Diffstat (limited to 'python/fatcat_web')
-rw-r--r-- | python/fatcat_web/templates/home.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/fatcat_web/templates/home.html b/python/fatcat_web/templates/home.html index 0aced300..ea120fc3 100644 --- a/python/fatcat_web/templates/home.html +++ b/python/fatcat_web/templates/home.html @@ -32,12 +32,12 @@ <div class="row"> <div class="four wide mobile three wide center aligned column"> <a href="/stats" style="color: black;"> - <h4>81,115,372<br>Papers</h4> + <h4>96,088,681<br>Papers</h4> </a> </div> <div class="four wide mobile three wide center aligned column"> <a href="/stats" style="color: black;"> - <h4>16,071,778<br>Fulltext</h4> + <h4>18,117,432<br>Fulltext</h4> </a> </div> <div class="four wide mobile three wide center aligned column"> |