1<section id="repositories">2 <h2>repositories</h2>3 <dl>4 {{ range . }}5 <dt><a href="{{ repoLink . }}">{{ .Title }}</a> <em>{{ (.Modified.Format "Jan 2, 2006") }}</em></dt>6 <dd>{{ .Desc }}</dd>7 {{ end }}8 </dl>9</section>
Fork https://github.com/nmeum/depp
git clone git://git.lin.moe/go/depp.git
1<section id="repositories">2 <h2>repositories</h2>3 <dl>4 {{ range . }}5 <dt><a href="{{ repoLink . }}">{{ .Title }}</a> <em>{{ (.Modified.Format "Jan 2, 2006") }}</em></dt>6 <dd>{{ .Desc }}</dd>7 {{ end }}8 </dl>9</section>