File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -73,11 +73,11 @@ <h1>{{ page.title }}</h1>
73
73
< nav class ="l-text figcaption ">
74
74
< h3 > Contents</ h3 >
75
75
{% for section in page.toc -%}
76
- < div > < a href ="#{{ section.name | downcase | replace: ' ','-' }} "> {{ section.name }}</ a > </ div >
76
+ < div > < a href ="#{{ section.name | slugify }} "> {{ section.name }}</ a > </ div >
77
77
{% if section.subsections -%}
78
78
< ul >
79
79
{% for subsection in section.subsections -%}
80
- < li > < a href ="#{{ subsection.name | downcase | replace: ' ','-' }} "> {{ subsection.name }}</ a > </ li >
80
+ < li > < a href ="#{{ subsection.name | slugify }} "> {{ subsection.name }}</ a > </ li >
81
81
{% endfor %}
82
82
</ ul >
83
83
{%- endif -%}
Original file line number Diff line number Diff line change 36
36
- name : Footnotes
37
37
- name : Code Blocks
38
38
- name : Layouts
39
- - name : Other Typography
39
+ - name : Other Typography?
40
40
41
41
# Below is an example of injecting additional post-specific styles.
42
42
# If you use this post as a template, delete this _styles block.
@@ -173,7 +173,7 @@ It does not interrupt the normal flow of `.l-body` sized text except on mobile s
173
173
174
174
***
175
175
176
- ## Other Typography
176
+ ## Other Typography?
177
177
178
178
Emphasis, aka italics, with * asterisks* (` *asterisks* ` ) or _ underscores_ (` _underscores_ ` ).
179
179
@@ -279,4 +279,4 @@ Here's a line for us to start with.
279
279
This line is separated from the one above by two newlines, so it will be a * separate paragraph* .
280
280
281
281
This line is also a separate paragraph, but...
282
- This line is only separated by a single newline, so it's a separate line in the * same paragraph* .
282
+ This line is only separated by a single newline, so it's a separate line in the * same paragraph* .
You can’t perform that action at this time.
0 commit comments