diff options
author | Martin Czygan <martin@archive.org> | 2020-03-18 10:23:15 +0000 |
---|---|---|
committer | Martin Czygan <martin@archive.org> | 2020-03-18 10:23:15 +0000 |
commit | fae3d1343514a99792bd6ba8d1c46b9eccb43080 (patch) | |
tree | 39edd362c81237951e1d360c4d57d02c2a9961ef | |
parent | 9413948ad50fc4d6237d105d1343b2ceafb098a4 (diff) | |
parent | 23e7afd4f4b159f8c6d893274c46277f264dd053 (diff) | |
download | fatcat-fae3d1343514a99792bd6ba8d1c46b9eccb43080.tar.gz fatcat-fae3d1343514a99792bd6ba8d1c46b9eccb43080.zip |
Merge branch 'bnewbold-update-stats' into 'master'
update front-page stats
See merge request webgroup/fatcat!31
-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 0039e3a7..698230d3 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,947,165<br>Papers</h4> + <h4>106,283,000<br>Papers</h4> </a> </div> <div class="four wide mobile three wide center aligned column"> <a href="/stats" style="color: black;"> - <h4>18,117,429<br>Fulltext</h4> + <h4>23,036,825<br>Fulltext</h4> </a> </div> <div class="four wide mobile three wide center aligned column"> <a href="/stats" style="color: black;"> - <h4>140,085<br>Journals</h4> + <h4>148,757<br>Journals</h4> </a> </div> </div> |