diff options
Diffstat (limited to 'python/templates/pages/home/index.html')
-rw-r--r-- | python/templates/pages/home/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/templates/pages/home/index.html b/python/templates/pages/home/index.html index 08b4b1d..c355c11 100644 --- a/python/templates/pages/home/index.html +++ b/python/templates/pages/home/index.html @@ -3,11 +3,11 @@ <hr> <div class="row"> <div class="col-xs-12 col-md-6"> - <h2>New Packages <small>more at the <a href="/new_packages/">New Packages</a></small></h2> + <h2>New or updated packages<small>more at the<a href="/new_packages/">New packages</a></small></h2> {% include "includes/frontpage/new_packages" %} </div> <div class="col-xs-12 col-md-6"> - <h2>New Logs <small>more at the <a href="/new/logs/">New Logs</a></small></h2> + <h2>New Logs <small>more at the <a href="/new/logs/">New logs</a></small></h2> {% include "includes/frontpage/new_logs" %} </div> </div> |