diff options
author | 2017-07-27 17:38:32 -0700 | |
---|---|---|
committer | 2017-07-27 20:54:15 -0700 | |
commit | 05417061458ac410241250c20d615145dd9441f4 (patch) | |
tree | 8a48b9cdd8b52eef879da3375561151910f3adca /_includes/downloads/x86.html | |
parent | Make scripts have consistent output. (diff) | |
download | www-05417061458ac410241250c20d615145dd9441f4.tar.gz www-05417061458ac410241250c20d615145dd9441f4.tar.bz2 www-05417061458ac410241250c20d615145dd9441f4.zip |
Sentence case migration.
Signed-off-by: Matthew Marchese <maffblaster@gentoo.org>
Diffstat (limited to '_includes/downloads/x86.html')
-rw-r--r-- | _includes/downloads/x86.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/_includes/downloads/x86.html b/_includes/downloads/x86.html index f240871..260c8d6 100644 --- a/_includes/downloads/x86.html +++ b/_includes/downloads/x86.html @@ -1,15 +1,15 @@ -<h4>Boot Media</h4> +<h4>Boot media</h4> <div class="list-group"> {% include partials/download-link.html type="iso" arch="x86" id="minimal" title="Minimal Installation CD" %} {% include partials/download-link-raw.html url='http://bouncer.gentoo.org/fetch/gentoo-20160704-livedvd/x86/' title='Hybrid ISO (LiveDVD)' size='2442909696' date='2016-07-04' %} </div> -<h4>Stage Archives</h4> +<h4>Stage archives</h4> <div class="list-group"> {% include partials/download-link.html type="stage3" arch="x86" id="i686" title="Stage 3" tag="i686" %} </div> -<h4>Details (Contents, Hashes, and Signatures)</h4> +<h4>Details (contents, hashes, and signatures)</h4> <p> <a href="http://distfiles.gentoo.org/releases/x86/autobuilds/current-install-x86-minimal/">Minimal Installation CD</a>, <a href="https://bouncer.gentoo.org/fetch/gentoo-20160704-livedvd/x86/">Hybrid ISO</a>, |