You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 10, 2023. It is now read-only.
Hi,
I added a contenttype tweets in content and added some md files in the tweets directory.
after that I added a tweets.md file in the content directory. with this content:
---
title : "Tweets archive"
layout : "list"
url : "/tweets"
type : "tweets"
---
In the layouts directory I added a tweets directory and in that folder a list.html file with the content of archive/list.html from the theme
When going to `localhost:1313/tweets` I now see the standard `archive/list.html` layout from the theme but with the posts, instead of the tweets. How do I make sure the `tweets/llist.html` only uses the `tweets` content type?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
I added a contenttype
tweets
incontent
and added some md files in thetweets
directory.after that I added a
tweets.md
file in thecontent
directory. with this content:In the
layouts
directory I added atweets
directory and in that folder alist.html
file with the content ofarchive/list.html
from the themeThe text was updated successfully, but these errors were encountered: