summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/view.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/view.html b/templates/view.html
index 094caaa..2ebeef9 100644
--- a/templates/view.html
+++ b/templates/view.html
@@ -6,10 +6,11 @@
<div class="row">
<div class="col-md-offset-1 col-md-10">
<div class="playcard">
+ {{if ne .Title "Help Page"}}
<div class="pull-right">
<a id="edit" href="{{.VirtualRoot}}/{{.Title}}" name="edit" class="text-right btn btn-success"><span class="glyphicon glyphicon-pencil"></span> Edit</a>
-
</div>
+ {{end}}
<h1>{{.Title}}</h1>
<hr>
{{RenderMarkdown .Post}}