Index

joshstock.in / f379bc9

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

Latest Commit

{#}TimeHashSubjectAuthor#(+)(-)GPG?
6505 Jan 2020 15:20552e945Complete gitpager sourceJosh Stockin1260N

Blob @ joshstock.in / gitpager / commit_page.html

text/html946 bytesdownload raw
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 $commit
24 </div>
25 </body>
26</html>
27