Skip to content

Commit 28f80bd

Browse files
committed
fix meta - remove obsolete <meta http-equiv="Content-Language" content="en-GB" />
1 parent d4f431d commit 28f80bd

5 files changed

Lines changed: 69 additions & 73 deletions

File tree

_includes/mapnik.meta

Lines changed: 18 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,21 @@
1-
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
2-
<meta http-equiv="Content-Language" content="en-GB" />
1+
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
2+
<meta name="description" content="Mapnik - C++/Python GIS toolkit" />
3+
<meta name="keywords" content="mapnik, Mapnik" />
4+
<meta name="robots" content="index, follow" />
5+
<meta name="DC.title" content="Mapnik C++/Python GIS Toolkit" />
6+
<meta name="DC.subject" content="Mapnik GIS webmapping C++ Python" />
7+
<meta name="DC.description" content="Mapnik is a toolkit for developing GIS applications" />
8+
<meta name="DC.creator" content="Artem Pavlenko, artem at mapnik" />
39

4-
<meta name="description" content="Mapnik - C++/Python GIS toolkit" />
5-
<meta name="keywords" content="mapnik, Mapnik" />
6-
<meta name="robots" content="index, follow" />
7-
<meta name="DC.title" content="Mapnik C++/Python GIS Toolkit" />
8-
<meta name="DC.subject" content="Mapnik GIS webmapping C++ Python" />
9-
<meta name="DC.description" content="Mapnik is a toolkit for developing GIS applications" />
10-
<meta name="DC.creator" content="Artem Pavlenko, artem at mapnik" />
10+
<link href="/css/mapnik.css" rel="stylesheet" type="text/css" media="screen" />
11+
<link rel="alternate" type="application/atom+xml" href="atom.xml" title="Mapnik project news"/>
12+
<link rel="shortcut icon" href="/images/favicon.ico" />
13+
<link href='http://fonts.googleapis.com/css?family=Maven+Pro&subset=latin,latin-ext' rel='stylesheet' type='text/css'>
1114

12-
<link href="/css/mapnik.css" rel="stylesheet" type="text/css" media="screen" />
13-
<link rel="alternate" type="application/atom+xml" href="atom.xml" title="Mapnik project news"/>
14-
<link rel="shortcut icon" href="/images/favicon.ico" />
15-
<link href='http://fonts.googleapis.com/css?family=Maven+Pro&subset=latin,latin-ext' rel='stylesheet' type='text/css'>
15+
<script src='http://code.jquery.com/jquery-2.1.4.js'></script>
16+
<script src='/js/mapnik.js'></script>
17+
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
18+
<script src="/js/parallax.js"></script>
1619

17-
<script src='http://code.jquery.com/jquery-2.1.4.js'></script>
18-
<script src='/js/mapnik.js'></script>
19-
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
20-
<script src="/js/parallax.js"></script>
21-
22-
<meta charset=utf-8 />
23-
<meta name='viewport' content='initial-scale=1,maximum-scale=1,user-scalable=no' />
20+
<meta charset="utf-8" />
21+
<meta name="viewport" content="initial-scale=1,maximum-scale=1,user-scalable=no"/>

_layouts/01_page.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html>
2+
<html lang="en-GB">
33
<head>
44
{% include mapnik.meta %}
55
<title>{{ page.title }}</title>
@@ -8,10 +8,10 @@
88
{% include stickynav.html %}
99
<div class="contain col12 clearfix">
1010
<div class='col8 margin2 stickymove'>
11-
<h3 class='space-bottom2 big'>{{ page.title }}</h3>
12-
<div class='col12 pad4y space-bottom4'>
13-
{{ content }}
14-
</div>
11+
<h3 class='space-bottom2 big'>{{ page.title }}</h3>
12+
<div class='col12 pad4y space-bottom4'>
13+
{{ content }}
14+
</div>
1515
</div>
1616
</div>
1717
{% include footer.html %}

_layouts/01_post.html

Lines changed: 23 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<!DOCTYPE html>
2-
<html>
3-
2+
<html lang="en-GB">
43
<head>
54
{% include mapnik.meta %}
65
<title>{{ page.title }}</title>
@@ -13,31 +12,31 @@
1312
<div class="contain col12 clearfix">
1413

1514
<div class='col2 stickymove pad2x fill-light'>
16-
{% for post in site.categories.Mapnik limit:12 %}
17-
{% if post.type != 'install' %}
18-
<a class='block news' href="{{site.baseurl}}{{post.url}}">{{post.title}}</a> <span class='date'>{{post.date | date: "%b %d, %Y" }} | {{post.author}}</span><br>
19-
{% endif %}
20-
{% endfor %}
15+
{% for post in site.categories.Mapnik limit:12 %}
16+
{% if post.type != 'install' %}
17+
<a class='block news' href="{{site.baseurl}}{{post.url}}">{{post.title}}</a> <span class='date'>{{post.date | date: "%b %d, %Y" }} | {{post.author}}</span><br>
18+
{% endif %}
19+
{% endfor %}
2120
</div>
2221

2322
<div class='col8 pad4x stickymove'><h3 class='space-bottom2 big'>latest news</h3>
24-
<h1 class='space-bottom2' ><a href="{{site.baseurl}}{{post.url}}">{{ page.title }}</a></h1>
25-
<p>{{ page.date | date: "%b %d, %Y" }}</p>
26-
27-
<div class='col12 pad2y'>
28-
<div class='col6 small'>BY: <span class='pad1x'><img class='dot' src='{{ author[0].image }}' width='30'>
29-
&nbsp;
30-
{% if author[0].github != null %}
31-
<a href='{{ author[0].github }}'>{{ page.author }}</a>
32-
{% else %}
33-
{{ page.author }}
34-
{% endif %}
35-
</div></span>
36-
</div>
37-
38-
<div class='col12 pad4y space-bottom4'>
39-
{{ content }}
40-
</div>
23+
<h1 class='space-bottom2' ><a href="{{site.baseurl}}{{post.url}}">{{ page.title }}</a></h1>
24+
<p>{{ page.date | date: "%b %d, %Y" }}</p>
25+
26+
<div class='col12 pad2y'>
27+
<div class='col6 small'>BY: <span class='pad1x'><img class='dot' src='{{ author[0].image }}' width='30'>
28+
&nbsp;
29+
{% if author[0].github != null %}
30+
<a href='{{ author[0].github }}'>{{ page.author }}</a>
31+
{% else %}
32+
{{ page.author }}
33+
{% endif %}
34+
</div></span>
35+
</div>
36+
37+
<div class='col12 pad4y space-bottom4'>
38+
{{ content }}
39+
</div>
4140

4241
</div>
4342
</div>

_layouts/01_section.html

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html>
2+
<html lang="en-GB">
33
<head>
44
{% include mapnik.meta %}
55
<title>{{ page.title }}</title>
@@ -8,29 +8,29 @@
88
{% include stickynav.html %}
99
<div class="contain col12 clearfix">
1010
<div class='stickymove clearfix fill-light col2 pad2x'>
11-
{% for post in site.categories.Mapnik %}
12-
{% if post.type != 'install' %}
13-
<a class='block news' href="{{site.baseurl}}{{post.url}}">{{post.title}}</a> <span class='date'>{{post.date | date: "%b %d, %Y" }} | {{post.author}}</span><br>
14-
{% endif %}
15-
{% endfor %}
11+
{% for post in site.categories.Mapnik %}
12+
{% if post.type != 'install' %}
13+
<a class='block news' href="{{site.baseurl}}{{post.url}}">{{post.title}}</a> <span class='date'>{{post.date | date: "%b %d, %Y" }} | {{post.author}}</span><br>
14+
{% endif %}
15+
{% endfor %}
1616
</div>
1717
<div class="stickymove clearfix pad4x col6">
18-
<div class=''>
19-
<h3 class='space-bottom2 big'>{{ page.title }}</h3>
20-
{% for post in site.categories.Mapnik limit:12 %}
21-
{% if post.type != 'install' %}
22-
<p><a href="{{site.baseurl}}{{post.url}}">{{post.title}}</a><br>
23-
<span class='date'>{{post.date | date: "%b %d, %Y" }} | {{post.author}}</span></p>
24-
<div class='col12 space-bottom2'>
25-
<p> {{ post.excerpt }}</p>
26-
<a class='news' href="{{site.baseurl}}{{post.url}}">read more...</a>
27-
</div>
28-
<div class='col12 space-bottom4 '>
29-
<p><hr></p>
30-
</div>
31-
{% endif %}
32-
{% endfor %}
33-
</div>
18+
<div class=''>
19+
<h3 class='space-bottom2 big'>{{ page.title }}</h3>
20+
{% for post in site.categories.Mapnik limit:12 %}
21+
{% if post.type != 'install' %}
22+
<p><a href="{{site.baseurl}}{{post.url}}">{{post.title}}</a><br>
23+
<span class='date'>{{post.date | date: "%b %d, %Y" }} | {{post.author}}</span></p>
24+
<div class='col12 space-bottom2'>
25+
<p> {{ post.excerpt }}</p>
26+
<a class='news' href="{{site.baseurl}}{{post.url}}">read more...</a>
27+
</div>
28+
<div class='col12 space-bottom4 '>
29+
<p><hr></p>
30+
</div>
31+
{% endif %}
32+
{% endfor %}
33+
</div>
3434
</div>
3535
</div>
3636
{% include footer.html %}

_layouts/01_splash.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<!DOCTYPE html>
2-
<html>
3-
2+
<html lang="en-GB">
43
<head>
54
{% include mapnik.meta %}
65
<title>Mapnik.org - the core of geospatial visualization &amp; processing</title>

0 commit comments

Comments
 (0)