diff options
author | friendica <info@friendica.com> | 2014-07-24 19:07:04 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-07-24 19:07:04 -0700 |
commit | 1a6973a670b7137353708e838d9076be3e9b93bf (patch) | |
tree | fc5513ffa749a84322775e63b56cdc3155eca1bd /view/tpl/head.tpl | |
parent | e7d401f3876ee8a744c04edf2a2a82f5d8fc0767 (diff) | |
download | volse-hubzilla-1a6973a670b7137353708e838d9076be3e9b93bf.tar.gz volse-hubzilla-1a6973a670b7137353708e838d9076be3e9b93bf.tar.bz2 volse-hubzilla-1a6973a670b7137353708e838d9076be3e9b93bf.zip |
cherry pick pull request #544
Diffstat (limited to 'view/tpl/head.tpl')
-rwxr-xr-x | view/tpl/head.tpl | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/view/tpl/head.tpl b/view/tpl/head.tpl index fb73c6de4..b90bf8b89 100755 --- a/view/tpl/head.tpl +++ b/view/tpl/head.tpl @@ -1,7 +1,5 @@ +<meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <base href="{{$baseurl}}/" /> -<META NAME="description" CONTENT="The RedMatrix is a super network created from a huge number of smaller independent and autonomous websites - which are linked together..."> -<META NAME="keywords" CONTENT="network,matrix,social,communications,social networking,content ownership,privacy and content ownership"> -<META NAME="robot" CONTENT="index,follow"> <meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, user-scalable=0" /> <meta name="generator" content="{{$generator}}" /> |