The logo in the HTML output now links to the gitinspector page.

This commit is contained in:
Adam Waldenberg 2015-11-04 05:56:52 +01:00
parent 88d840dd51
commit 91d94446a7
1 changed files with 1 additions and 1 deletions

View File

@ -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>