Skip to content

Commit 7ce43b3

Browse files
committed
_layouts: Assign id field for staffer headers
1 parent aad7bb1 commit 7ce43b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_layouts/staffer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<img class="staffer-image" src="{{ site.baseurl }}{{ page.subpath }}{{ page.photo }}" alt="" width="{{ page.width }}" height="{{ page.height }}">
44
{%- endif -%}
55
<div>
6-
<h3 class="staffer-name">
6+
<h3 class="staffer-name" id="{{ page.name | slugify }}">
77
{%- if page.website -%}
88
<a href="{{ page.website }}">{{ page.name }}</a>
99
{%- else -%}

0 commit comments

Comments
 (0)