Skip to content

Commit b2777ef

Browse files
Copilothonzajavorek
andcommitted
Convert XHTML meta tags to HTML5 format
Co-authored-by: honzajavorek <[email protected]>
1 parent 589b33b commit b2777ef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/_templates/page.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
{%- block extrahead %}
1414
{{ super() }}
15-
<meta property="og:image" content="{{ pathto('_static/images/org.svg', 1) }}" />
16-
<meta property="og:image:type" content="image/svg+xml" />
17-
<meta property="og:image:alt" content="Ilustrace organizátora Python akcí" />
15+
<meta property="og:image" content="{{ pathto('_static/images/org.svg', 1) }}">
16+
<meta property="og:image:type" content="image/svg+xml">
17+
<meta property="og:image:alt" content="Ilustrace organizátora Python akcí">
1818
{%- endblock -%}

0 commit comments

Comments
 (0)