| 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 |             <p style="margin-top:0">$statsRepo <a href="$github">[on GitHub]</a></p> | 
| 21 |             <p style="margin-top:0;margin-bottom:4px"><a href="/"><< Back to home</a></p> | 
| 22 |             <p style="margin-top:0;margin-bottom:4px"><a href="/$repo/1"><< Back to repo</a></p> | 
| 23 |         </center> | 
| 24 |         <div id="container"> | 
| 25 |             <div class="commit"> | 
| 26 |                 <span class="hash"><a href="$github/commit/$hash">$shorthash</a><i class="date">$date</i></span> | 
| 27 |                 <h3 class="subject">$subject</h3> | 
| 28 |                 <p class="author"><span>$author</span><i class="email">$email</i></p> | 
| 29 |                 <pre class="message">$body</pre> | 
| 30 |                 <h4><b>Changes:</h4> | 
| 31 |                 <pre>$diffs</pre> | 
| 32 |             </div> | 
| 33 |         </div> | 
| 34 |     </body> | 
| 35 | </html> | 
| 36 | 
 |