Remove leftover files

This commit is contained in:
Neil Brommer 2023-07-13 09:51:03 -07:00
parent f14e57fd81
commit 326a240b8c
2 changed files with 0 additions and 25 deletions

View file

@ -1,11 +0,0 @@
---
title: Posts
layout: layouts/layout.njk
eleventyNavigation:
key: Posts
icon: edit-2
order: 1
---
{% set postsList = collections.posts | filterDrafts | IsNotPage(page.url) %}
{% include "posts-list.njk" %}

View file

@ -1,14 +0,0 @@
---
layout: layouts/layout.njk
pagination:
data: collections
size: 1
alias: tag
filter: [ all, post, posts, MainPage ]
eleventyComputed:
title: Posts Tagged “{{ tag }}”
permalink: /posts/tags/{{ tag | slugify }}
---
{% set postsList = collections[tag] %}
{% include "posts-list.njk" %}