mirror of
https://github.com/github/choosealicense.com
synced 2024-12-22 04:40:09 +01:00
Merge pull request #23 from dpen2000/patch-1
Strip html from description when displaying in meta tag
This commit is contained in:
commit
3443bd014d
@ -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