diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/page.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/page.html b/templates/page.html index 12240b7..2ee72d6 100644 --- a/templates/page.html +++ b/templates/page.html @@ -4,7 +4,7 @@ <meta property="og:url" content="{{ page.permalink }}" /> <meta property="og:type" content="article" /> {% if page.summary %} -<meta property="og:description" content="{{ page.summary }}" /> +<meta property="og:description" content="{{ page.summary | striptags }}" /> {% endif %} {% if page.permalink is containing("food") %} <meta property="og:image" content="recipe.jpg" /> |