mirror of
https://github.com/github/choosealicense.com
synced 2025-01-06 19:54:33 +01:00
Strip html from description when displaying in meta tag
This commit is contained in:
parent
9fd7cebc33
commit
5c9c18e7c3
@ -8,7 +8,7 @@
|
||||
<meta content='IE=edge,chrome=1' http-equiv='X-UA-Compatible'>
|
||||
|
||||
{% if page.description %}
|
||||
<meta name="description" content="{{ page.description }}">
|
||||
<meta name="description" content="{{ page.description | strip_html }}">
|
||||
{% endif %}
|
||||
|
||||
<link href='/favicon.ico' rel='shortcut icon' type='image/x-icon'>
|
||||
|
Loading…
x
Reference in New Issue
Block a user