Skip to content

Commit

Permalink
_layouts: Assign id field for staffer headers
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinlin1 committed Mar 26, 2023
1 parent aad7bb1 commit 7ce43b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _layouts/staffer.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<img class="staffer-image" src="{{ site.baseurl }}{{ page.subpath }}{{ page.photo }}" alt="" width="{{ page.width }}" height="{{ page.height }}">
{%- endif -%}
<div>
<h3 class="staffer-name">
<h3 class="staffer-name" id="{{ page.name | slugify }}">
{%- if page.website -%}
<a href="{{ page.website }}">{{ page.name }}</a>
{%- else -%}
Expand Down

0 comments on commit 7ce43b3

Please sign in to comment.