Browse Source

Rename anchor link class

index-subcmd
Vincent Prouillet 7 years ago
parent
commit
916f7407db
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/templates/builtins/anchor-link.html

+ 1
- 1
src/templates/builtins/anchor-link.html View File

@@ -1 +1 @@
<a class="anchor" href="#{{ id }}" aria-label="Anchor link for: {{ id }}">🔗</a>
<a class="gutenberg-anchor" href="#{{ id }}" aria-label="Anchor link for: {{ id }}">🔗</a>

Loading…
Cancel
Save