lynnespace/_layouts/project.html

11 lines
407 B
HTML
Raw Normal View History

2021-05-01 13:14:02 +00:00
---
layout: default
---
{% comment %}<h1>{{ page.name }}</h1>{% endcomment %}
<div class='subheading-links'>
2021-05-02 10:06:32 +00:00
{% if page.source %}<a href='{{ page.source }}'>Source code</a>{% endif %}
{% if page.website %}<a href='{{ page.website }}'>Website</a>{% endif %}
2021-05-01 13:14:02 +00:00
</div>
<p>{{ page.description }}</p>
{{ content | rstrip | default: "There's nothing here yet." }}
2024-02-09 11:30:46 +00:00
<a href="/projects.html">Back to all projects</a>