aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Marchese <maffblaster@gentoo.org>2015-09-03 09:16:34 -0700
committerAlex Legler <alex@a3li.li>2015-09-04 23:32:52 +0200
commit5a6ae203cb82bca954c06dda282fc972f6a5e0f2 (patch)
tree8341556f46d6d5d3f25892538755a08eaec01a98 /support
parentDrop the max-height setting for the SVG Logo (diff)
downloadwww-5a6ae203cb82bca954c06dda282fc972f6a5e0f2.tar.gz
www-5a6ae203cb82bca954c06dda282fc972f6a5e0f2.tar.bz2
www-5a6ae203cb82bca954c06dda282fc972f6a5e0f2.zip
Adding anchor to global and local USE flag headers.
Signed-off-by: Matthew Marchese <maffblaster@gentoo.org>
Diffstat (limited to 'support')
-rw-r--r--support/use-flags/index.html4
1 files 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>