mirror of
https://github.com/ejwa/gitinspector.git
synced 2025-01-03 11:22:15 +01:00
The logo in the HTML output now links to the gitinspector page.
This commit is contained in:
parent
88d840dd51
commit
91d94446a7
1 changed files with 1 additions and 1 deletions
|
@ -362,6 +362,6 @@
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div><div class="box logo">
|
<div><div class="box logo">
|
||||||
<img src="data:image/png;base64,{logo}" />
|
<a href="https://github.com/ejwa/gitinspector"><img src="data:image/png;base64,{logo}" /></a>
|
||||||
<p>{repo_text}<br>{logo_text}</p>
|
<p>{repo_text}<br>{logo_text}</p>
|
||||||
</div></div>
|
</div></div>
|
||||||
|
|
Loading…
Reference in a new issue