website annotate lib/html/meta-link.html @ rev 929

Add lib/html/meta-link.html to include common meta tags in all pages
author Christophe Lincoln <pankso@slitaz.org>
date Mon Mar 12 20:14:21 2012 +0100 (2012-03-12)
parents
children 1a947ef31aea
rev   line source
pankso@929 1 <meta name="modified" content="<?php echo (date( "Y-m-d H:i:s", getlastmod())); ?>" />
pankso@929 2 <meta name="robots" content="index, follow, all" />
pankso@929 3 <link rel="shortcut icon" href="/favicon.ico" />
pankso@929 4 <link rel="stylesheet" type="text/css" href="/slitaz.css" />
pankso@929 5 <link rel="alternate" type="application/rss+xml" title="SliTaz Feed" href="/rss.xml" />