mirror of
https://github.com/ZetaKebab/kesper.git
synced 2025-07-01 09:27:37 +00:00
Removed closing slash in description meta
tag
Removed closing slash in description `<meta>` tag - Self-closing tag removed as it is unnecessary in HTML5.
This commit is contained in:
@ -7,7 +7,7 @@
|
||||
|
||||
{{! Page Meta }}
|
||||
<title>{{@blog.title}}</title>
|
||||
<meta name="description" content="{{@blog.description}}" />
|
||||
<meta name="description" content="{{@blog.description}}">
|
||||
|
||||
<meta name="HandheldFriendly" content="True">
|
||||
<meta name="MobileOptimized" content="320">
|
||||
|
Reference in New Issue
Block a user