Skip to content
This repository has been archived by the owner on Apr 23, 2024. It is now read-only.

Commit

Permalink
fix: display virtual tag in directory view
Browse files Browse the repository at this point in the history
  • Loading branch information
saitho committed Dec 30, 2020
1 parent 7fe6c71 commit 1757db8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tmpl/dir.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<html>
<head>
<title>Index of {{ .Ref.FilePath }}/ on {{ .Ref.Type }} {{ .Ref.Name }}</title>
<title>Index of {{ .Ref.FilePath }}/ on {{ .Ref.Type }} {{ .Ref.GetName }}</title>
</head>
<body>
<h1>Index of {{ .Ref.FilePath }}/ on {{ .Ref.Type }} <i>{{ .Ref.Name }}</i></h1>
<h1>Index of {{ .Ref.FilePath }}/ on {{ .Ref.Type }} <i>{{ .Ref.GetName }}</i></h1>
<h2>Git Remote: {{ .Ref.Client.CurrentRepo.Url }}</h2>
<hr>
<pre>
Expand Down

0 comments on commit 1757db8

Please sign in to comment.