commit: 4be0f29ecf4213416dfb1a8db6190558f6562c70 Author: Matthew Marchese <maffblaster <AT> gentoo <DOT> org> AuthorDate: Tue Jun 6 04:32:15 2017 +0000 Commit: Matthew Marchese <maffblaster <AT> gentoo <DOT> org> CommitDate: Tue Jun 6 04:33:43 2017 +0000 URL: https://gitweb.gentoo.org/sites/www.git/commit/?id=4be0f29e
Sentence case for headers. Signed-off-by: Matthew Marchese <maffblaster <AT> gentoo.org> index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 635890a..6ced905 100644 --- a/index.html +++ b/index.html @@ -31,22 +31,22 @@ meta: '<link rel="alternate" type="application/atom+xml" title="Gentoo Linux New <div class="row"> <div class="col-xs-12 col-md-6"> - <h2>Developer Blogs <small>live from <a href="https://planet.gentoo.org">Planet Gentoo</a></small></h2> + <h2>Developer blogs <small>live from <a href="https://planet.gentoo.org">Planet Gentoo</a></small></h2> {% include frontpage/planet %} </div> <div class="col-xs-12 col-md-6"> - <h2>Security Advisories <small>from our <a href="https://security.gentoo.org/">Security database</a></small></h2> + <h2>Security advisories <small>from our <a href="https://security.gentoo.org/">Security database</a></small></h2> {% include frontpage/glsa %} </div> </div> <div class="row"> <div class="col-xs-12 col-md-6"> - <h2>New Packages <small>more at the <a href="https://packages.gentoo.org">Gentoo Packages database</a></small></h2> + <h2>New packages <small>more at the <a href="https://packages.gentoo.org">Gentoo Packages database</a></small></h2> {% include frontpage/packages %} </div> <div class="col-xs-12 col-md-6"> - <h2>Fresh Documentation <small>on the <a href="https://wiki.gentoo.org/">Gentoo Wiki</a></small></h2> + <h2>Fresh documentation <small>on the <a href="https://wiki.gentoo.org/">Gentoo Wiki</a></small></h2> {% include frontpage/wiki %} </div> </div>
