Rip out categories entirely, various bits of cleanup, and put all posts on the main page (for now).
This commit is contained in:
parent
5d6a616f45
commit
0fe4708ecf
12 changed files with 32 additions and 92 deletions
17
index.html
17
index.html
|
@ -2,8 +2,6 @@
|
|||
layout: default
|
||||
---
|
||||
<div class="home">
|
||||
{% include category_menu_top.html %}
|
||||
|
||||
{% assign last_meta = site.categories.meta.first %}
|
||||
{% if last_meta.active %}
|
||||
<div class="site-update">
|
||||
|
@ -14,18 +12,5 @@ layout: default
|
|||
</div>
|
||||
{% endif %}
|
||||
|
||||
{% include post_list_main.html limit=10 %}
|
||||
|
||||
<p class="post-meta" style="margin-top: 40px">
|
||||
For more posts, choose a category:
|
||||
<ul>
|
||||
{% for category in site.category_metadata %}
|
||||
<li>
|
||||
<a href="{{category.first | prepend: site.baseurl}}">
|
||||
{{ category.last["title"]}}
|
||||
</a>
|
||||
</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
</p>
|
||||
{% include post_list.html %}
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue