diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2021-08-06 12:02:59 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2021-08-06 12:02:59 -0700 |
commit | 7ef5bb7c04b6673af24e0371a7cffbe09ab61b02 (patch) | |
tree | fd9d887d8d0ecf4c5cfd5bc30bf089d6b60cd95c /python/fatcat_web | |
parent | 878f217ab49757210aa9336104b34d964e8a8965 (diff) | |
download | fatcat-7ef5bb7c04b6673af24e0371a7cffbe09ab61b02.tar.gz fatcat-7ef5bb7c04b6673af24e0371a7cffbe09ab61b02.zip |
web: update front-page static stats
Diffstat (limited to 'python/fatcat_web')
-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 b08ec2cf..acb943d9 100644 --- a/python/fatcat_web/templates/home.html +++ b/python/fatcat_web/templates/home.html @@ -32,17 +32,17 @@ <div class="row"> <div class="four wide mobile three wide center aligned column"> <a href="/stats" style="color: black;"> - <h4>116,741,069<br>Papers</h4> + <h4>120,325,647<br>Papers</h4> </a> </div> <div class="four wide mobile three wide center aligned column"> <a href="/stats" style="color: black;"> - <h4>28,751,063<br>Accessible</h4> + <h4>30,563,092<br>Accessible</h4> </a> </div> <div class="four wide mobile three wide center aligned column"> <a href="/stats" style="color: black;"> - <h4>177,158<br>Journals</h4> + <h4>184,957<br>Journals</h4> </a> </div> </div> |