gnucash-htdocs beta: Add meta tag description

Frank H.Ellenberger fell at code.gnucash.org
Tue Oct 6 00:29:32 EDT 2020


Updated	 via  https://github.com/Gnucash/gnucash-htdocs/commit/0444b4e9 (commit)
	from  https://github.com/Gnucash/gnucash-htdocs/commit/384d4452 (commit)



commit 0444b4e9ac9952088034a16e00fae7b1a66e9820
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date:   Tue Oct 6 06:29:11 2020 +0200

    Add meta tag description

diff --git a/externals/header.phtml b/externals/header.phtml
index ce1232b..3b61f81 100644
--- a/externals/header.phtml
+++ b/externals/header.phtml
@@ -89,6 +89,7 @@
     <?php } ?>
 
     <title><?=$full_title?></title>
+    <meta name="description" content="<?=strip_tags($description)?>"/>
   </head>
 
   <body>



Summary of changes:
 externals/header.phtml | 1 +
 1 file changed, 1 insertion(+)



More information about the gnucash-changes mailing list