diff options
Diffstat (limited to 'templates/file.html')
-rw-r--r-- | templates/file.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/file.html b/templates/file.html index 6171875..19048c3 100644 --- a/templates/file.html +++ b/templates/file.html @@ -1,7 +1,7 @@ <h1>%filename%</h1> -<p><a href="../">../</a></p> - <p><code>%commit%</code></p> %content% + +<p>Clone this repo: <code>git clone %url%</code><p> |