git-preview @ main

static git web frontend but with images and html previews + code truncation

css: wrong name
Sat, 17 Dec 2022
2 files changed, 5 insertions(+), 5 deletions(-)
M static/style.css

@@ -92,13 +92,13 @@ a:hover {

border-bottom: 1.5px solid var(--gray); } -.repo-index { +.index { display: grid; grid-template-columns: 6em 1fr 7em; grid-row-gap: 0.5em; }

… preview truncated

M templates/index.html

@@ -8,12 +8,12 @@ <h2>{{ .meta.Description }}</h2>

</header> <body> <main> - <div class="repo-index-headings small-heading"> + <div class="index-headings small-heading"> <div>repository</div> <div>description</div> <div>idle</div> </div> - <div class="repo-index">

… preview truncated