diff options
author | bnewbold <bnewbold@archive.org> | 2020-07-31 00:00:30 +0000 |
---|---|---|
committer | bnewbold <bnewbold@archive.org> | 2020-07-31 00:00:30 +0000 |
commit | 7ba5cd586b652fe1d9ca384e7f8b07f6c54a8ec0 (patch) | |
tree | af50f6879177d48c86a280c4baef74687ef670e1 /python/fatcat_web/templates/home.html | |
parent | 623cc4a9691abd8a776780cebf00e45ab3daf64c (diff) | |
parent | 118e16a54bd5cc0db4b24b46a2d5db990f60ea19 (diff) | |
download | fatcat-7ba5cd586b652fe1d9ca384e7f8b07f6c54a8ec0.tar.gz fatcat-7ba5cd586b652fe1d9ca384e7f8b07f6c54a8ec0.zip |
Merge branch 'bnewbold-search-improvements' into 'master'
search and error page improvements
See merge request webgroup/fatcat!72
Diffstat (limited to 'python/fatcat_web/templates/home.html')
-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 698230d3..4557e212 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>106,283,000<br>Papers</h4> + <h4>110,814,532<br>Papers</h4> </a> </div> <div class="four wide mobile three wide center aligned column"> <a href="/stats" style="color: black;"> - <h4>23,036,825<br>Fulltext</h4> + <h4>26,173,743<br>Fulltext</h4> </a> </div> <div class="four wide mobile three wide center aligned column"> <a href="/stats" style="color: black;"> - <h4>148,757<br>Journals</h4> + <h4>151,707<br>Journals</h4> </a> </div> </div> |