Skip to content

Commit 3336558

Browse files
committed
Replace microformat data element href attr with value for validation - jekyll/minima#330
1 parent 2090b3c commit 3336558

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/footer.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<footer class="Footer h-card">
2-
<data class="u-url" href="{{ "/" | relative_url }}"></data>
2+
<data class="u-url" value="{{ "/" | relative_url }}"></data>
33
{%- assign default_paths = site.pages | map: "path" -%}
44
{%- assign page_paths = site.optima.footer_pages | default: default_paths -%}
55
{%- assign titles_size = site.pages | map: 'title' | join: '' | size -%}

0 commit comments

Comments
 (0)