Proper message for when GitHub integration is disabled. Contribute now links to README.md. Fixed minor bug in authors page preventing the correct logo URL to be injected.
This commit is contained in:
parent
f39ab4539c
commit
e7cefc84bb
5 changed files with 51 additions and 116 deletions
|
|
@ -4,7 +4,9 @@ styles: ["project"]
|
|||
---
|
||||
<div id="project">
|
||||
<div id="projectHeader">
|
||||
<img src="{{ page.dir }}{{ logoName }}.{{ logoExtension }}">
|
||||
{% if logo %}
|
||||
<img src="{{ logo | url }}">
|
||||
{% endif %}
|
||||
<div id="projectTitleSubtitle">
|
||||
<div id="projectTitleAuthor">
|
||||
<h1 id="projectTitle">{{ name }}</h1>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue