Remove explicit {{meta_description}}

refs TryGhost/Ghost#4424

- as  of https://github.com/TryGhost/Ghost/pull/8150, `{{ghost_head}}` will output the meta description if Ghost is able to determine a sensible value to output.
This commit is contained in:
Hannah Wolfe 2017-03-14 16:52:48 +00:00 committed by kirrg001
parent 26a25208e1
commit 3d74b1b918
1 changed files with 0 additions and 1 deletions

View File

@ -7,7 +7,6 @@
{{!-- Page Meta --}}
<title>{{meta_title}}</title>
<meta name="description" content="{{meta_description}}" />
{{!-- Mobile Meta --}}
<meta name="HandheldFriendly" content="True" />