fixed project pages

This commit is contained in:
Lynne Megido 2021-05-02 20:06:32 +10:00
parent 75f28446ac
commit c10e35ef86
Signed by: lynnesbian
GPG Key ID: F0A184B5213D9F90

View File

@ -3,8 +3,8 @@ layout: default
---
{% comment %}<h1>{{ page.name }}</h1>{% endcomment %}
<div class='subheading-links'>
{% if page.source %}<a href='{{ project.source }}'>Source code</a>{% endif %}
{% if page.website %}<a href='{{ project.website }}'>Website</a>{% endif %}
{% if page.source %}<a href='{{ page.source }}'>Source code</a>{% endif %}
{% if page.website %}<a href='{{ page.website }}'>Website</a>{% endif %}
</div>
<p>{{ page.description }}</p>
{{ content | rstrip | default: "There's nothing here yet." }}