ctucx.git: nimstagit

[nimlang] incomplete reimplementation of stagit

commit 35434674669541673b3e90aad2025ca811a6d2dd
parent ad62fd652e3f3507df20863e32c931ececb82ad7
Author: Leah (ctucx) <leah@ctu.cx>
Date: Tue, 23 Mar 2021 20:39:28 +0100

assets/repoBlob.html: fix plain link
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/assets/repoBlob.html b/src/assets/repoBlob.html
@@ -22,7 +22,7 @@
 			<a href="/{{repoUrl}}/refs">refs</a>
 		</nav>
 		<main>
-			{{#path}}<a href="{{url}}">{{name}}</a> / {{/path}} {{filename}} (<a href="{{filename}}">plain</a>)<br>
+			{{#path}}<a href="{{url}}">{{name}}</a> / {{/path}} {{filename}} (<a href="{{filenameUrl}}">plain</a>)<br>
             blob: {{id}} {{filesize}}
             {{#isBinary}}
             <pre>Binary file.</pre>