Index

joshstock.in / a80dd0a

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

Latest Commit

{#}TimeHashSubjectAuthor#(+)(-)GPG?
7220 Jan 2020 15:41a80dd0aUpdate styles for templatesJosh Stockin122N

Blob @ joshstock.in / gitpager / commit.html

text/html227 bytesdownload raw
1<div class="commit select" $onclick>
2 <span class="hash">$shorthash<i class="date">$date</i></span>
3 <h3 class="subject">$subject</h3>
4 <p class="author"><span>$author</span><i class="email">$author_email</i></p>
5 $body
6</div>
7