remove href from data element
This commit is contained in:
parent
8df0dae523
commit
a56ef9b239
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
<footer class="site-footer h-card">
|
<footer class="site-footer h-card">
|
||||||
<data class="u-url" href="{{ "/" | relative_url }}"></data>
|
<data class="u-url">{{ "/" | relative_url }}</data>
|
||||||
|
|
||||||
<div class="wrapper">
|
<div class="wrapper">
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue