lynnespace/_layouts/project.html

15 lines
566 B
HTML

---
layout: default
sidebar_title: Projects
---
<div class='subheading-links'>
{% if page.source %}<a href='{{ page.source }}'>Source code</a>{% endif %}
{% if page.website %}<a href='{{ page.website }}'>Website</a>{% endif %}
</div>
<div id="project-language">Written in {{ page.language }}</div>
<p>{{ page.description }}</p>
{{ content | rstrip | default: "There's nothing here yet." }}
{% if page.image %}
<img class="project-image" alt="A screenshot of {{ page.name }}." src="{{ page.image }}" />
{% endif %}
<a href="/projects.html">Back to all projects</a>