commit:     5a6ae203cb82bca954c06dda282fc972f6a5e0f2
Author:     Matthew Marchese <maffblaster <AT> gentoo <DOT> org>
AuthorDate: Thu Sep  3 16:16:34 2015 +0000
Commit:     Alex Legler <a3li <AT> gentoo <DOT> org>
CommitDate: Fri Sep  4 21:32:52 2015 +0000
URL:        https://gitweb.gentoo.org/sites/www.git/commit/?id=5a6ae203

Adding anchor to global and local USE flag headers.

Signed-off-by: Matthew Marchese <maffblaster <AT> gentoo.org>

 support/use-flags/index.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/support/use-flags/index.html b/support/use-flags/index.html
index ea89f74..140706f 100644
--- a/support/use-flags/index.html
+++ b/support/use-flags/index.html
@@ -15,7 +15,7 @@ nav2-show: true
 
 <hr>
 
-<h2>Global USE Flags</h2>
+<h2 id="global">Global USE Flags</h2>
 
 <table class="table table-condensed table-striped">
   <tr>
@@ -30,7 +30,7 @@ nav2-show: true
 {% endfor %}
 </table>
 
-<h2>Local USE Flags</h2>
+<h2 id="local">Local USE Flags</h2>
 
 {% for category in site.data.use.local %}
   <h3 id="{{ category[0] }}">{{ category[0] }}</h3>

Reply via email to