[gimp-web/testing] Fix hanging <hr> on news post



commit dd987796e7de281f8aa1cb2fc3995a32ae9b8929
Author: Pat David <patdavid gmail com>
Date:   Thu Oct 31 11:39:53 2019 -0500

    Fix hanging <hr> on news post

 themes/newgimp/templates/article.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/themes/newgimp/templates/article.html b/themes/newgimp/templates/article.html
index 850d6559..d0f471cf 100644
--- a/themes/newgimp/templates/article.html
+++ b/themes/newgimp/templates/article.html
@@ -91,9 +91,9 @@
 
             </div>
 
-            <hr/>
 
             <div class='column full social'>
+            <hr/>
                 <p>
                     Share this on:                 
                     <a href="https://twitter.com/intent/tweet?url=https://www.gimp.org/{{ 
article.url|urlencode }}&via=GIMP_Official&text={{ article.title|striptags }}" target="_blank" title="Share 
this post on twitter">twitter</a> |


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