diff options
Diffstat (limited to 'support')
-rw-r--r-- | support/use-flags/index.html | 4 |
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> |