Git Repos / blogofile_gitview / commit 8362c9e
Commit: 8362c9e77758d1b0e8977474fa5ec27179312c0a
Parent: 0d6a3f5da198684968a16ebe6232ed2eac07a25c
Author: Cameron Vanderzanden, 2021-07-25 09:09
Committer: Cameron Vanderzanden, 2021-07-25 09:09
Commit Message
README typo, git_repo.mako limit to 80 char width
Change List
? | File | Add | Del |
---|---|---|---|
M | README.md | +1 | -1 |
M | _templates/gitview/git_repo.mako | +2 | -2 |
Diff README.md
diff --git a/README.md b/README.md
index e95d93c..39de5e6 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@ This is really only a program fragment; it may be most useful as an
example.
This script and all files in this repository are provided under the
-MIT License, please see the file LICENSE for more information
+MIT License, please see the file LICENSE for more information.
### Requirements
Return to the top of this page or return to the overview of this repo.
Diff _templates/gitview/git_repo.mako
diff --git a/_templates/gitview/git_repo.mako b/_templates/gitview/git_repo.mako
index fc61b60..099152a 100644
--- a/_templates/gitview/git_repo.mako
+++ b/_templates/gitview/git_repo.mako
@@ -5,8 +5,8 @@
repo['name'])
repourl = bf.config.site.url + repourl
%>\
-<%def name="git_header(name, lastcommit, extra)">\
-<%include file="git_header.mako" args="name=name, lastcommit=lastcommit, extra=extra" />\
+<%def name="git_header(name, l, extra)">\
+<%include file="git_header.mako" args="name=name, lastcommit=l, extra=extra" />\
</%def>\
<%def name="file_list(files)">\
<%include file="git_file_list.mako" args="files=files" />\
Return to the top of this page or return to the overview of this repo.