+ New

fierj

Public

Tiny personal git forge

← fierj / templates / commit.html
{{template "head" .}}
{{define "title"}}{{shortHash .Hash}} - {{.Repo}} - fierj{{end}}
{{template "repo-header" .}}
{{template "repo-tabs" .}}
<p class="breadcrumb">
    <a href="/{{.Repo}}/log/{{.Ref}}">← Commits</a> &middot; <code>{{shortHash .Hash}}</code>
</p>
<pre><code>{{.Diff}}</code></pre>
{{template "foot" .}}