Browse Source

Accidentally included header.html twice

pull/40/head
Michael Foster 11 years ago
parent
commit
317f616e82
  1. 1
      templates/index.html

1
templates/index.html

@ -1,7 +1,6 @@
<!doctype html>
<html>
<head>
{% include 'header.html' %}
<meta charset="utf-8">
{% include 'header.html' %}
<title>{{ board.url }} - {{ board.title|e }}</title>

Loading…
Cancel
Save