Move website source to /source
This commit is contained in:
parent
530fc76ede
commit
6981ccad43
81 changed files with 8 additions and 34 deletions
|
@ -1,22 +0,0 @@
|
|||
---
|
||||
layout: main
|
||||
permalink: /projects
|
||||
---
|
||||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
{%- for post in site.posts -%}
|
||||
<div class="col p-2">
|
||||
<div class="card project-card">
|
||||
{%- if post.thumbnail_url -%}
|
||||
<img src="{{ post.thumbnail_url }}" class="card-img-top" alt="{{ post.title }} thumbnail">
|
||||
{%- endif -%}
|
||||
<div class="card-body">
|
||||
<a class="card-title text-body-emphasis" href="{{ post.url }}">{{ post.title }}</a>
|
||||
<p class="card-text">{{ post.description }}</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{%- endfor -%}
|
||||
</div>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue