Skip to content

Commit b492c77

Browse files
committed
add rel=me to h-card
1 parent 9ca3a41 commit b492c77

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

_includes/footer.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<footer class="site-footer h-card">
2-
<data class="u-url u-uid" href="{{ "/" | relative_url }}"></data>
2+
<data class="u-url u-uid" rel="me" href="{{ "/" | relative_url }}"></data>
33

44
<div class="wrapper">
55

@@ -31,7 +31,5 @@ <h2 class="footer-heading">:globe_with_meridians: {{ site.title | escape }}</h2>
3131
</p>
3232
</div>
3333
</div>
34-
3534
</div>
36-
3735
</footer>

_site/index.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ <h2>
129129
</div>
130130
</div>
131131
</main><footer class="site-footer h-card">
132-
<data class="u-url u-uid" href="/"></data>
132+
<data class="u-url u-uid" rel="me" href="/"></data>
133133

134134
<div class="wrapper">
135135

@@ -155,9 +155,7 @@ <h2 class="footer-heading">
155155
</p>
156156
</div>
157157
</div>
158-
159158
</div>
160-
161159
</footer></body>
162160

163161
</html>

0 commit comments

Comments
 (0)