Browse Source

utf-8 charset for themes

pull/40/head
Marcin Łabanowski 12 years ago
committed by Michael Save
parent
commit
b33c4404fb
  1. 1
      templates/themes/basic/index.html
  2. 1
      templates/themes/categories/frames.html
  3. 1
      templates/themes/categories/news.html
  4. 1
      templates/themes/categories/sidebar.html
  5. 1
      templates/themes/frameset/frames.html
  6. 1
      templates/themes/frameset/news.html
  7. 1
      templates/themes/frameset/sidebar.html
  8. 1
      templates/themes/recent/recent.html

1
templates/themes/basic/index.html

@ -2,6 +2,7 @@
<!doctype html>
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<title>{{ settings.title }}</title>
<link rel="stylesheet" media="screen" href="{{ config.url_stylesheet }}"/>
</head>

1
templates/themes/categories/frames.html

@ -1,6 +1,7 @@
<!doctype html>
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<link rel="stylesheet" media="screen" href="{{ config.url_stylesheet }}">
<style type="text/css">
iframe{border:none;margin:0;padding:0;height:99%;position:absolute}

1
templates/themes/categories/news.html

@ -2,6 +2,7 @@
<!doctype html>
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<title>{{ settings.title }}</title>
<link rel="stylesheet" media="screen" href="{{ config.url_stylesheet }}"/>
</head>

1
templates/themes/categories/sidebar.html

@ -2,6 +2,7 @@
<!doctype html>
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<title>{{ settings.title }}</title>
<link rel="stylesheet" media="screen" href="{{ config.url_stylesheet }}"/>
<style type="text/css">

1
templates/themes/frameset/frames.html

@ -1,6 +1,7 @@
<!doctype html>
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<link rel="stylesheet" media="screen" href="{{ config.url_stylesheet }}">
<style type="text/css">
iframe{border:none;margin:0;padding:0;height:99%;position:absolute}

1
templates/themes/frameset/news.html

@ -2,6 +2,7 @@
<!doctype html>
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<title>{{ settings.title }}</title>
<link rel="stylesheet" media="screen" href="{{ config.url_stylesheet }}"/>
</head>

1
templates/themes/frameset/sidebar.html

@ -2,6 +2,7 @@
<!doctype html>
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<title>{{ settings.title }}</title>
<link rel="stylesheet" media="screen" href="{{ config.url_stylesheet }}"/>
<style type="text/css">

1
templates/themes/recent/recent.html

@ -2,6 +2,7 @@
<!doctype html>
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<title>{{ settings.title }}</title>
<link rel="stylesheet" media="screen" href="{{ config.url_stylesheet }}"/>
<link rel="stylesheet" media="screen" href="{{ config.root }}{{ settings.css }}"/>

Loading…
Cancel
Save