diff options
-rw-r--r-- | themes/bare/layouts/git/single.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/bare/layouts/git/single.html b/themes/bare/layouts/git/single.html index c353cbd..3732715 100644 --- a/themes/bare/layouts/git/single.html +++ b/themes/bare/layouts/git/single.html @@ -25,7 +25,7 @@ <div class="card"> <p class="card-first-item">{{ .Params.description }}</p> <p>State: {{ .Params.state }}</p> - <p>Browse source code: <a href="https://cgit.xengineering.eu/{{ .Params.name }}/tree">cgit tree</a></p> + <p>Source code: <a href="https://cgit.xengineering.eu/{{ .Params.name }}">cgit</a></p> <p>Get updates: <a href="https://cgit.xengineering.eu/{{ .Params.name }}/atom">Atom feed</a></p> <p style="" class="card-last-item">Clone repository: git clone https://cgit.xengineering.eu/{{ .Params.name }}</p> </div> |