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



commit 9d5722f4f4b030d7137afd9e9e0ae7bf07b4b880
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, 2 insertions(+), 0 deletions(-)
---
diff --git a/themes/newgimp/templates/home.html b/themes/newgimp/templates/home.html
index a5c990f..5d2d068 100644
--- a/themes/newgimp/templates/home.html
+++ b/themes/newgimp/templates/home.html
@@ -15,6 +15,8 @@
         <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]