Merge branch 'refs'

This commit is contained in:
Iris Lightshard 2023-02-02 09:32:50 -07:00
commit 907dcc9eeb
3 changed files with 3 additions and 3 deletions

View file

@ -263,7 +263,7 @@ a:hover {
font-size: 0.85rem;
}
.commit time {
.commit time, .log time {
display: block;
}

View file

@ -19,7 +19,7 @@
</div>
<div class="commit-info">
{{ .Author.Name }} <a href="mailto:{{ .Author.Email }}" class="commit-email">{{ .Author.Email }}</a>
<div>{{ .Author.When.Format "Mon, 02 Jan 2006 15:04:05 -0700" }}</div>
<time>{{ .Author.When.Format "Mon, 02 Jan 2006 15:04:05 -0700" }}</time>
</div>
{{ end }}
</div>

View file

@ -21,7 +21,7 @@
</div>
<div class="commit-info">
{{ .Author.Name }} <a href="mailto:{{ .Author.Email }}" class="commit-email">{{ .Author.Email }}</a>
<div>{{ .Author.When.Format "Mon, 02 Jan 2006 15:04:05 -0700" }}</div>
<time>{{ .Author.When.Format "Mon, 02 Jan 2006 15:04:05 -0700" }}</time>
</div>
{{ end }}
</div>