forked from 0x2620/pandora
descriptions can contain quotes
This commit is contained in:
parent
9b8a9b4ebe
commit
de8f9b7cd9
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
|||
</script>
|
||||
<script type="text/javascript" src="/static/js/pandora.js?{{settings.CONFIG.site.version}}"></script>
|
||||
<meta name="title" content="{{title}}"/>
|
||||
{%if description %}<meta name="description" content="{{description|safe}}"/> {%endif%}
|
||||
{%if description %}<meta name="description" content="{{description}}"/> {%endif%}
|
||||
{%if keywords %}<meta name="keywords" content="{{keywords|safe}}"/> {%endif%}
|
||||
<meta content="{{url}}/96p.jpg" name="thumbnail"/>
|
||||
<meta content="{{url}}/96p.jpg" name="image_src"/>
|
||||
|
|
Loading…
Reference in a new issue