diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2022-02-01 15:06:12 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2022-02-01 15:06:12 -0800 |
commit | 11e20e50e759d3398ca6dddac0383c7280e09256 (patch) | |
tree | c66db617d0071a5d953f0fe36b241f9a4cc5ca59 /python | |
parent | 6b08e27b4530a079612cda8878079be426294a3a (diff) | |
download | fatcat-11e20e50e759d3398ca6dddac0383c7280e09256.tar.gz fatcat-11e20e50e759d3398ca6dddac0383c7280e09256.zip |
web: update front-page stats
Diffstat (limited to 'python')
-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 5c8c33ba..c0214ba6 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>120,325,647<br>Papers</h4> + <h4>124,280,808<br>Papers</h4> </a> </div> <div class="four wide mobile three wide center aligned column"> <a href="/stats" style="color: black;"> - <h4>30,563,092<br>Accessible</h4> + <h4>32,073,200<br>Accessible</h4> </a> </div> <div class="four wide mobile three wide center aligned column"> <a href="/stats" style="color: black;"> - <h4>184,957<br>Journals</h4> + <h4>186,681<br>Journals</h4> </a> </div> </div> |