11 lines
No EOL
413 B
HTML
11 lines
No EOL
413 B
HTML
---
|
|
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 %}
|
|
</div>
|
|
<p>{{ page.description }}</p>
|
|
{{ content | rstrip | default: "There's nothing here yet." }}
|
|
<a href="/projects.html">Back to all projects</a> |