[gimp-web/testing] Revert "Removing small default microdata image"



commit ed91e2f73a3db2b8ce1a153250231fede8d66cc2
Author: Pat David <patdavid gmail com>
Date:   Thu Jan 14 14:27:13 2016 -0600

    Revert "Removing small default microdata image"
    
    This reverts commit df0499c9ff34c267aebdf796265ae4f75e0e5b7e.

 themes/newgimp/templates/article.html |    4 ++--
 themes/newgimp/templates/page.html    |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/themes/newgimp/templates/article.html b/themes/newgimp/templates/article.html
index 9498659..a4d40b9 100644
--- a/themes/newgimp/templates/article.html
+++ b/themes/newgimp/templates/article.html
@@ -25,11 +25,11 @@
 
     <meta itemprop='url' content='{{ SITEURL }}/{{ article.url }}' />
     <meta itemprop='name' content='{{ SITENAME }} - {{ article.title|striptags }}' />
-    <!-- <meta itemprop='image' content='{{ SITEURL }}/images/frontpage/wilber-big.png' /> -->
+    <meta itemprop='image' content='{{ SITEURL }}/images/frontpage/wilber-big.png' />
 
     <meta property='og:url' content='{{ SITEURL }}/{{ article.url }}' />
     <meta property='og:title' content='{{ SITENAME }} - {{ article.title|striptags }}' />
-    <!-- <meta property='og:image' content='{{ SITEURL }}/images/frontpage/wilber-big.png' /> -->
+    <meta property='og:image' content='{{ SITEURL }}/images/frontpage/wilber-big.png' />
 
     {% if article.authors %}
     {% for author in article.authors %}
diff --git a/themes/newgimp/templates/page.html b/themes/newgimp/templates/page.html
index 127cb8d..fd4d2dd 100644
--- a/themes/newgimp/templates/page.html
+++ b/themes/newgimp/templates/page.html
@@ -9,11 +9,11 @@
         
         <meta itemprop='url' content='{{ SITEURL }}/{{ page.url }}' />
         <meta itemprop='name' content='{{ SITENAME }} - {{ page.title|striptags }}' />
-        <!-- <meta itemprop='image' content='{{ SITEURL }}/images/frontpage/wilber-big.png' /> -->
+        <meta itemprop='image' content='{{ SITEURL }}/images/frontpage/wilber-big.png' />
 
         <meta property='og:url' content='{{ SITEURL }}/{{ page.url }}' />
         <meta property='og:title' content='{{ SITENAME }} - {{ page.title|striptags }}' />
-        <!-- <meta property='og:image' content='{{ SITEURL }}/images/frontpage/wilber-big.png' /> -->
+        <meta property='og:image' content='{{ SITEURL }}/images/frontpage/wilber-big.png' />
 
         {% if page.authors %}
         {% for author in page.authors %}


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