mirror of
https://github.com/KevinMidboe/schleppe-lab.git
synced 2025-12-07 20:09:04 +00:00
Projects page
This commit is contained in:
23
_layouts/projects.html
Normal file
23
_layouts/projects.html
Normal file
@@ -0,0 +1,23 @@
|
||||
---
|
||||
layout: default
|
||||
---
|
||||
<section class="projects">
|
||||
|
||||
<header class="post-header">
|
||||
<h1 class="post-title">{{ page.title | escape }}</h1>
|
||||
</header>
|
||||
|
||||
<div class="post-content">
|
||||
{{ content }}
|
||||
</div>
|
||||
|
||||
<ul>
|
||||
{% for project in site.data.projects %}
|
||||
<li>
|
||||
<a href="https://github.com/{{ project.github }}">
|
||||
{{ project.name }}
|
||||
</a>
|
||||
</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
</section>
|
||||
Reference in New Issue
Block a user