We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aad7bb1 commit 7ce43b3Copy full SHA for 7ce43b3
_layouts/staffer.html
@@ -3,7 +3,7 @@
3
<img class="staffer-image" src="{{ site.baseurl }}{{ page.subpath }}{{ page.photo }}" alt="" width="{{ page.width }}" height="{{ page.height }}">
4
{%- endif -%}
5
<div>
6
- <h3 class="staffer-name">
+ <h3 class="staffer-name" id="{{ page.name | slugify }}">
7
{%- if page.website -%}
8
<a href="{{ page.website }}">{{ page.name }}</a>
9
{%- else -%}
0 commit comments