Monorepo for Tangled tangled.org

hr between commits

Changed files
+2
appview
pages
templates
+1
appview/pages/templates/repo/index.html
··· 16 16 {{ .Author.Name }} <a href="mailto:{{ .Author.Email }}" class="commit-email">{{ .Author.Email }}</a> 17 17 <div>{{ .Author.When.Format "Mon, 02 Jan 2006 15:04:05 -0700" }}</div> 18 18 </div> 19 + <hr /> 19 20 {{ end }} 20 21 </div> 21 22 {{- if .Readme }}
+1
appview/pages/templates/repo/log.html
··· 16 16 {{ .Author.Name }} <a href="mailto:{{ .Author.Email }}" class="commit-email">{{ .Author.Email }}</a> 17 17 <div>{{ .Author.When.Format "Mon, 02 Jan 2006 15:04:05 -0700" }}</div> 18 18 </div> 19 + <hr /> 19 20 {{ end }} 20 21 </div> 21 22 </main>