diff options
Diffstat (limited to 'templates/file.html')
-rw-r--r-- | templates/file.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/file.html b/templates/file.html index 49bc19b..23187ec 100644 --- a/templates/file.html +++ b/templates/file.html @@ -5,7 +5,7 @@ <body> {{ template "nav" . }} <main> - <p>{{ .path }}</p> + <p>{{ .path }} (<a style="color: gray" href="?raw=true">view raw</a>)</p> <div class="file-wrapper"> <table > <tbody><tr> |