gshr
git static host repo -- generates static html for repos
git clone https://git.vogt.world/gshr.git
Log | Files | README.md | LICENSE
← Commit log
commit
message
Fixing minor styling issue
author
Ben Vogt <[email protected]>
date
2023-04-07 14:21:23
stats
2 file(s) changed, 0 insertions(+), 5 deletions(-)
files
commit.go
gshr.css
 1diff --git a/commit.go b/commit.go
 2index 2eced42..101aafe 100644
 3--- a/commit.go
 4+++ b/commit.go
 5@@ -52,7 +52,6 @@ func RenderAllCommitPages(data RepoData, r *git.Repository) {
 6 		filesChangedMap := make(map[string]bool)
 7 		filesChanged := []string{}
 8 		if parent != nil {
 9-
10 			patch, err := parent.Patch(c)
11 			checkErr(err)
12 			patchString := patch.String()
13diff --git a/gshr.css b/gshr.css
14index 743715b..974cc0d 100644
15--- a/gshr.css
16+++ b/gshr.css
17@@ -44,10 +44,6 @@ body {
18   -moz-osx-font-smoothing: auto;
19   text-rendering: optimizeLegibility;
20   scroll-behavior: smooth;
21-  -moz-font-feature-settings: "calt" 1, "kern" 1, "liga" 1, "frac" 0;
22-  -o-font-feature-settings: "calt" 1, "kern" 1, "liga" 1, "frac" 0;
23-  -webkit-font-feature-settings: "calt" 1, "kern" 1, "liga" 1, "frac" 0;
24-  font-feature-settings: "calt" 1, "kern" 1, "liga" 1, "frac" 0;
25 }
26 
27 pre,