Remove unwanted plugins and move all posts back into a single directory.

This commit is contained in:
Anna Rose Wiggins 2019-12-04 19:48:04 -05:00
parent c7a2e5f57c
commit 5d6a616f45
96 changed files with 1 additions and 150 deletions

View file

@ -1,19 +0,0 @@
---
layout: default
---
<article class="post">
{% include category_menu_top.html %}
<header class="post-header">
<h1 class="post-title">{{ page.title }}</h1>
</header>
<div class="post-content">
<div class="category-description">
{{ page.description }}
<hr style="width: 20%; margin-top: 1em; margin-left: 40%; margin-right: 40%; text-align: center"/>
</div>
{% include post_list.html categories=page.category limit=1000000 %}
</div>
</article>