Add IDs to home page headings (#39)
This commit is contained in:
parent
05239b99c1
commit
b0b9fd1fb5
|
@ -6,7 +6,7 @@ html_class: home
|
|||
|
||||
{% for category in site.category_names %}
|
||||
<div class='pages-header'>
|
||||
<h2>{{ category }}</h2>
|
||||
<h2 id='{{ category | downcase | replace: " ", "-" }}'>{{ category }}</h2>
|
||||
</div>
|
||||
<div class='pages-list'>
|
||||
{% for page in site.pages %}
|
||||
|
|
Loading…
Reference in New Issue