Index
joshstock.in
/
21fc3ac
Source for serving and static templating/compiling of https://joshstock.in.
Download
|
Refs
|
Commit Log
|
Files
|
README
|
LICENSE
Latest Commit
{#}
Time
Hash
Subject
Author
#
(+)
(-)
GPG?
73
20 Jan 2020 21:49
9b4a3f1
Begin gitpager rewrite
Josh Stockin
1
5
0
N
Blob @
joshstock.in
/
gitpager
/
templates
/
inline_commit.html
text/html
245 bytes
download raw
1
<div
class
=
"commit select"
onclick
=
"window.location='/$name/$hash'"
>
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"
>
$email
</i></p>
5
</div>
6