aboutsummaryrefslogtreecommitdiff
path: root/templates/layout.html
diff options
context:
space:
mode:
authorsudan <sudan@douban.com>2016-01-21 10:13:35 +0800
committersudan <sudan@douban.com>2016-01-21 11:16:11 +0800
commit1123a187c012df06381b415798db4b2c18a4016d (patch)
tree7de10187ec169f6beaf5a6d9c695ce4920b72453 /templates/layout.html
parentmerge from jiawei (diff)
downloadstackbin-1123a187c012df06381b415798db4b2c18a4016d.tar.gz
stackbin-1123a187c012df06381b415798db4b2c18a4016d.tar.bz2
stackbin-1123a187c012df06381b415798db4b2c18a4016d.zip
style
Diffstat (limited to 'templates/layout.html')
-rw-r--r--templates/layout.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/layout.html b/templates/layout.html
index 64298f2..106ca8c 100644
--- a/templates/layout.html
+++ b/templates/layout.html
@@ -15,7 +15,6 @@ href="{{ url_for('static', filename='small.css') }}" />
</script>
#}
<div class=page>
- <h1>Flask Pastebin</h1>
<ul class=nav>
<li><a href="{{ url_for('new_paste') }}">New Paste</a>
{#
bgstack15