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.
2 parents 7521102 + c7997fb commit 57208d3Copy full SHA for 57208d3
src/styles/app.scss
@@ -382,6 +382,10 @@ footer {
382
}
383
384
385
+a.linkable-subheading {
386
+ text-decoration: none;
387
+}
388
+
389
footer h4 {
390
font-size: 1.2em;
391
font-weight: 600;
templates/governance/group-team.hbs
@@ -1,7 +1,7 @@
1
-<a name="{{team.name}}"></a>
+<a id="{{team-text team name}}" name="{{team.name}}"></a>
2
<div class="w-100 mw-none mw-8-m mw9-l ph3 center f3">
3
<header class="pb0 pt5">
4
- <h2>{{team-text team name}}</h2>
+ <a class="linkable-subheading" href="#{{team-text team name}}"><h2>{{team-text team name}}</h2></a>
5
<div class="highlight"></div>
6
</header>
7
<div>
0 commit comments