Merge pull request #1 from hyphacoop/move-initial-seeds

Move inital seeds from posts to notes
This commit is contained in:
dcwalk 2021-03-18 21:17:40 -04:00 committed by GitHub
commit 56c5ca5110
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 9 deletions

View File

@ -3,24 +3,24 @@ layout: default
---
<ul>
{% for post in site.posts %}
{% for note in site.notes %}
<li>
<a href="{{ post.url }}">{{ post.title }}</a>
<a href="{{ note.url }}">{{ note.title }}</a>
</li>
{% endfor %}
</ul>
<section>
{% for post in site.posts %}
{% for note in site.notes %}
<div class="post_excerpt">
<article>
<h2 itemprop="headline">
<a href="{{ post.url | relative_url }}" rel="permalink">{{ post.title }}</a>
<a href="{{ post.url | relative_url }}" rel="permalink">{{ note.title }}</a>
</h2>
<p class="excerpt" itemprop="description"><em>{% if post.excerpt %}
{{ post.excerpt | markdownify | strip_html }}
<p class="excerpt" itemprop="description"><em>{% if note.excerpt %}
{{ note.excerpt | markdownify | strip_html }}
{% else %}
{{ post.content | markdownify | strip_html | truncate: 160 }}
{{ note.content | markdownify | strip_html | truncate: 160 }}
{% endif %}</em></p>
</article>
</div>

View File

@ -1,6 +1,5 @@
---
layout: post
title: "Initial Seeds"
date_created: 2021-03-01
---
Set of areas that guide our reveries?