We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2090b3c commit 3336558Copy full SHA for 3336558
_includes/footer.html
@@ -1,5 +1,5 @@
1
<footer class="Footer h-card">
2
- <data class="u-url" href="{{ "/" | relative_url }}"></data>
+ <data class="u-url" value="{{ "/" | relative_url }}"></data>
3
{%- assign default_paths = site.pages | map: "path" -%}
4
{%- assign page_paths = site.optima.footer_pages | default: default_paths -%}
5
{%- assign titles_size = site.pages | map: 'title' | join: '' | size -%}
0 commit comments