Conflicts:
	templates/index.html
This commit is contained in:
czaks 2013-06-15 00:08:11 -04:00
commit e53481f93e
2 changed files with 9 additions and 2 deletions

View file

@ -1,8 +1,15 @@
<!doctype html>
<html>
<head>
{% include 'header.html' %}
<meta charset="utf-8">
{% if config.quick_reply %}
<script type="text/javascript">
var new_reply_string = "{{ config.button_reply }}";
</script>
{% endif %}
{% include 'header.html' %}
<title>{{ board.url }} - {{ board.name }}</title>
</head>
<body>