Skip to content

Commit

Permalink
removed meta title tag for better HTML validation
Browse files Browse the repository at this point in the history
  • Loading branch information
ralsina committed Feb 10, 2013
1 parent f3b1715 commit 2367405
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Bugfixes

* Make really sure we import the right conf.py
* Make SLUG_TAG_PATH config dep for most pages
* Removed meta title tag for better HTML validation

New in 5.2
==========
Expand Down
1 change: 0 additions & 1 deletion nikola/data/themes/default/templates/base_helper.tmpl
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
## -*- coding: utf-8 -*-
<%def name="html_head()">
<meta charset="utf-8">
<meta name="title" content="${title} | ${blog_title}" >
<meta name="description" content="${description}" >
<meta name="author" content="${blog_author}">
<title>${title} | ${blog_title}</title>
Expand Down
1 change: 0 additions & 1 deletion nikola/data/themes/jinja-default/templates/base.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<html lang="{{lang}}">
<head>
<meta charset="utf-8">
<meta name="title" content="{{title}} | {{blog_title}}" >
<meta name="description" content="{{description}}" >
<meta name="author" content="{{blog_author}}">
<title>{{title}} | {{blog_title}}</title>
Expand Down
1 change: 0 additions & 1 deletion nikola/data/themes/monospace/templates/base_helper.tmpl
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
## -*- coding: utf-8 -*-
<%def name="html_head()">
<meta charset="utf-8">
<meta name="title" content="${title} | ${blog_title}" >
<meta name="description" content="${description}" >
<meta name="author" content="${blog_author}">
<title>${title} | ${blog_title}</title>
Expand Down
1 change: 0 additions & 1 deletion nikola/data/themes/orphan/templates/base_helper.tmpl
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
## -*- coding: utf-8 -*-
<%def name="html_head()">
<meta charset="utf-8">
<meta name="title" content="${title} | ${blog_title}" >
<meta name="description" content="${description}" >
<meta name="author" content="${blog_author}">
<title>${title} | ${blog_title}</title>
Expand Down

0 comments on commit 2367405

Please sign in to comment.