[gimp-web/testing] Add description to front page metadata



commit 9aae170423822d12a1848127771d461d7e456a7d
Author: Pat David <patdavid gmail com>
Date:   Wed Apr 18 10:23:57 2018 -0500

    Add description to front page metadata

 themes/newgimp/templates/home.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/themes/newgimp/templates/home.html b/themes/newgimp/templates/home.html
index 5d2d068..fc8d655 100644
--- a/themes/newgimp/templates/home.html
+++ b/themes/newgimp/templates/home.html
@@ -9,13 +9,13 @@
         <meta itemprop='url' content='{{ SITEURL }}' />
         <meta itemprop='name' content='GIMP - GNU Image Manipulation Program' />
         <meta itemprop='image' content='{{ SITEURL }}/images/frontpage/wilber-big.png' />
+        <meta itemprop='description' content="GIMP - The GNU Image Manipulation Program: The Free and Open 
Source Image Editor" />
 
         <meta property='og:url' content='{{ SITEURL }}/{{ page.url }}' />
         <meta property='og:title' content='{{ SITENAME }}' />
         <meta property='og:image' content='{{ SITEURL }}/images/frontpage/wilber-big.png' />
         <meta property='og:type' content='website' />
         <meta property='og:site_name' content='{{ SITENAME }}' />
-        <meta itemprop='description' content="GIMP - The GNU Image Manipulation Program: The Free and Open 
Source Image Editor" />
         <meta property='og:description' content="GIMP - The GNU Image Manipulation Program: The Free and 
Open Source Image Editor" />
 
 {% endblock head %}


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]