Skip to content

Commit

Permalink
Replace microformat data element href attr with value for validation -
Browse files Browse the repository at this point in the history
  • Loading branch information
briandrum committed Apr 23, 2024
1 parent 2090b3c commit 3336558
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/footer.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<footer class="Footer h-card">
<data class="u-url" href="{{ "/" | relative_url }}"></data>
<data class="u-url" value="{{ "/" | relative_url }}"></data>
{%- assign default_paths = site.pages | map: "path" -%}
{%- assign page_paths = site.optima.footer_pages | default: default_paths -%}
{%- assign titles_size = site.pages | map: 'title' | join: '' | size -%}
Expand Down

0 comments on commit 3336558

Please sign in to comment.