diff options
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"> | 
