1
0

Use proper "generator" metatag. Do not expose version number if not configured.

This commit is contained in:
Garvin Hicking
2014-07-21 12:11:55 +02:00
parent 41388a4a7e
commit 9459c393df
19 changed files with 19 additions and 20 deletions

View File

@ -11,7 +11,7 @@
<head>
<title>{$media.file.props.base_property.TITLE|@default:$media.file.realname}</title>
<meta http-equiv="Content-Type" content="text/html; charset={$head_charset}" />
<meta name="Powered-By" content="Serendipity v.{$head_version}" />
<meta name="generator" content="Serendipity v.{$serendipityVersion}" />
<link rel="stylesheet" type="text/css" href="{$head_link_stylesheet}" />
<link rel="alternate" type="application/rss+xml" title="{$blogTitle} RSS feed" href="{$serendipityBaseURL}{$serendipityRewritePrefix}feeds/index.rss2" />
<link rel="alternate" type="application/x.atom+xml" title="{$blogTitle} Atom feed" href="{$serendipityBaseURL}{$serendipityRewritePrefix}feeds/atom.xml" />