diff options
author | Anirudh Oppiliappan <x@icyphox.sh> | 2022-12-19 17:49:32 +0530 |
---|---|---|
committer | Anirudh Oppiliappan <x@icyphox.sh> | 2022-12-19 17:49:48 +0530 |
commit | 2b9b2bdb1fb9a6c94859025ac1588faf4a5fbcdb (patch) | |
tree | 67e9fdaa352def9d2d2d6b7c2ddf70d3aaa09a93 /templates/file.html | |
parent | d1a2847a266f344911bb791d083b72529cf90c63 (diff) | |
download | legit-2b9b2bdb1fb9a6c94859025ac1588faf4a5fbcdb.tar.gz legit-2b9b2bdb1fb9a6c94859025ac1588faf4a5fbcdb.tar.bz2 legit-2b9b2bdb1fb9a6c94859025ac1588faf4a5fbcdb.zip |
css: add bg to readme/file content
Diffstat (limited to '')
-rw-r--r-- | templates/file.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/file.html b/templates/file.html index a4485f3..f231969 100644 --- a/templates/file.html +++ b/templates/file.html @@ -7,6 +7,7 @@ <body> {{ template "nav" . }} <main> + <p>{{ .path }}</p> <div class="file-wrapper"> <div class="line-numbers"> {{- range .linecount }} |