fixed project pages
This commit is contained in:
parent
75f28446ac
commit
c10e35ef86
1 changed files with 2 additions and 2 deletions
|
@ -3,8 +3,8 @@ layout: default
|
||||||
---
|
---
|
||||||
{% comment %}<h1>{{ page.name }}</h1>{% endcomment %}
|
{% comment %}<h1>{{ page.name }}</h1>{% endcomment %}
|
||||||
<div class='subheading-links'>
|
<div class='subheading-links'>
|
||||||
{% if page.source %}<a href='{{ project.source }}'>Source code</a>{% endif %}
|
{% if page.source %}<a href='{{ page.source }}'>Source code</a>{% endif %}
|
||||||
{% if page.website %}<a href='{{ project.website }}'>Website</a>{% endif %}
|
{% if page.website %}<a href='{{ page.website }}'>Website</a>{% endif %}
|
||||||
</div>
|
</div>
|
||||||
<p>{{ page.description }}</p>
|
<p>{{ page.description }}</p>
|
||||||
{{ content | rstrip | default: "There's nothing here yet." }}
|
{{ content | rstrip | default: "There's nothing here yet." }}
|
||||||
|
|
Loading…
Reference in a new issue