summaryrefslogtreecommitdiff
path: root/got
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-11-15 00:16:06 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-11-15 00:16:06 -0500
commit5e1e95852821e138caf20c3f8ee23e3941e42bbc (patch)
treea88f3a3d6284e76116df24c54bd6a6ddc2184770 /got
parent711269a7eb2e151512bcaf1afcf45b13540d8f8e (diff)
better progressive enhancement of editor
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}}