Index

joshstock.in / 8d865bc

Source for serving and static templating/compiling of https://joshstock.in.

Latest Commit

{#}TimeHashSubjectAuthor#(+)(-)GPG?
7320 Jan 2020 21:499b4a3f1Begin gitpager rewriteJosh Stockin170N

Blob @ joshstock.in / gitpager / templates / inline_repository.html

text/html313 bytesdownload raw
1<div class="repository" id="$name">
2 <h2 class="name">$name</h2>
3 <p style="margin-top:4px;margin-bottom:1em">$description</p>
4 <p><a class="button" href="/$name/1">full commit list >></a><a style="float:right" href="$github">[on GitHub]</a></p>
5 <h3 style="margin-bottom:4px">Latest commit:</h3>
6 $latest
7</div>
8