Browse Source

Improve main page template

pull/40/head
Techan 10 years ago
committed by czaks
parent
commit
c42050671b
  1. 7
      templates/themes/basic/index.html

7
templates/themes/basic/index.html

@ -2,9 +2,12 @@
<!doctype html>
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<meta charset="utf-8">
<title>{{ settings.title }}</title>
<link rel="stylesheet" media="screen" href="{{ config.url_stylesheet }}"/>
{% if config.meta_keywords %}<meta name="keywords" content="{{ config.meta_keywords }}">{% endif %}
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes">
{% if config.url_favicon %}<link rel="shortcut icon" href="{{ config.url_favicon }}">{% endif %}
<link rel="stylesheet" media="screen" href="{{ config.url_stylesheet }}">
</head>
<body>
{{ boardlist.top }}

Loading…
Cancel
Save