1 | <!DOCTYPE html> |
2 | <html> |
3 | <head> |
4 | <meta http-equiv="content-type" content="text/html; charset=utf-8"> |
5 | <title>$repo - Josh Stockin</title> |
6 | <meta name="title" content="$repo - Josh Stockin" /> |
7 | <meta name="description" content="$shorthash - $subject" /> |
8 | <meta property="og:site_name" content="Josh Stockin" /> |
9 | <meta property="og:title" content="$repo - Josh Stockin" /> |
10 | <meta property="og:description" content="$shorthash - $subject" /> |
11 | <meta property="og:type" content="website" /> |
12 | <meta property="og:image" content="/static/favicon.png" /> |
13 | <meta property="og:url" content="https://git.joshstock.in/$repo/$hash" /> |
14 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
15 | <link rel="stylesheet" type="text/css" href="/style.css"/> |
16 | </head> |
17 | <body> |
18 | <center> |
19 | <h1 style="margin-bottom:0">$repo</h1> |
20 | <a href="/$repo"><< Back to repo</a> |
21 | </center> |
22 | <div id="container"> |
23 | <div class="commit"> |
24 | <span class="hash">$shorthash<i class="date">$date</i></span> |
25 | <h3 class="subject">$subject</h3> |
26 | <p class="author"><span>$author</span><i class="email">$author_email</i></p> |
27 | $body |
28 | </div> |
29 | </div> |
30 | </body> |
31 | </html> |
32 |
|