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:
天クマ 2025-11-10 17:16:29 -03:00
commit e7cefc84bb
5 changed files with 51 additions and 116 deletions

View file

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