diff --git a/_layouts/module.html b/_layouts/module.html index 1ace16ddb78bbb0ba68184371fe3d096657cfcc4..490feed63794c99071dcc75aa92e845f83c9de09 100644 --- a/_layouts/module.html +++ b/_layouts/module.html @@ -1,4 +1,4 @@ <div class="module"> - <h2>{{ page.title }}</h2> + <h2 id="{{ page.title | slugify }}">{{ page.title }}</h2> {{ content }} </div>