shithub: shithub

Download patch

ref: 3da8f19463566657b5c78f68fa916b26d2495c95
parent: 52004f3fedb4f41720eeabb9846b9b39c83d2c3f
author: Ori Bernstein <ori@eigenstate.org>
date: Fri Jan 29 22:16:15 EST 2021

- the title should now display correctly and will no
  longer cause a duplicate prelude if it contains
   multiple words
- the padding is a tiny bit smaller
- code boxes will now scroll rather than overflow

--- a/index.html
+++ b/index.html
@@ -5,7 +5,7 @@
 	<style type="text/css">
 		body{
 			padding: 2em;
-			margin: 3em auto;
+			margin: auto;
 			max-width: 50em;
 			font-family: sans-serif;
 		}
@@ -137,7 +137,7 @@
 up in the repo list.</dd>
 <dt><code>contact</code></dt>
 <dd>Contact information for submitting patches.
-Shows up on the repository info page..</dd>
+Shows up on the repository info page.</dd>
 <dt><code>README</code></dt>
 <dd>A readme file, shown in the info page of the
 repository. If this file is not present, then a
--- a/shithub
+++ b/shithub
@@ -70,13 +70,14 @@
 
 			#code{
 				background: #ffffea;
-				border: #99994cff
+				border: #99994cff;
+				overflow: auto;
 			}
 		</style>
 	 	<link rel="alternate" type="application/rss+xml" href="feed.rss" title="rss">
 		<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 		<meta name="viewport" content="width=device-width,initial-scale=1">
-		<title>Shithub: '$*'</title>
+		<title>Shithub: '$"1'</title>
 	</head>
 	<body>
 	'