summaryrefslogtreecommitdiff
path: root/got
diff options
context:
space:
mode:
Diffstat (limited to 'got')
-rw-r--r--got/page.html.got1
-rw-r--r--got/view_blob.got3
2 files changed, 1 insertions, 3 deletions
diff --git a/got/page.html.got b/got/page.html.got
index c061d50..7f2c16c 100644
--- a/got/page.html.got
+++ b/got/page.html.got
@@ -13,5 +13,6 @@
</head>
<body>
{{.body}}
+ {{.tail}}
</body>
</html>
diff --git a/got/view_blob.got b/got/view_blob.got
index 95692b0..752d5c7 100644
--- a/got/view_blob.got
+++ b/got/view_blob.got
@@ -32,6 +32,3 @@
</label>
<input type="submit" value="Delete">
</form>
-{{if eq .ctype "text/markdown"}}
-<script src="/static/mde.js"></script>
-{{end}}