Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Posts not appearing on page. #28

Closed
christiantype opened this issue Dec 18, 2016 · 1 comment
Closed

Posts not appearing on page. #28

christiantype opened this issue Dec 18, 2016 · 1 comment

Comments

@christiantype
Copy link

Hi, it's me again.

I'm working on an online portfolio that uses your Chalk Theme and have made my index.html to only include posts with the tag project. I did this by making my index.html include the following:

    {% for post in site.tags.project %}



    <li class="block">
        <a href="{{ post.url | relative_url }}" title="{{ post.title }}">

            <img src="./assets/projects/{{ post.image }}"/>

        </a>


    </li>
    {% endfor %}

All other posts I want to be shown on a page which I named journal.html. On this page, I pretty much left all the same content that your index.html includes.

However, when I preview the journal.html, no posts are shown.

Here's my repository https://github.com/christiantype/christian-thoughts
and here's the live site: http://christiansolorzano.com/journal/

Thank you

@nielsenramon
Copy link
Owner

I only provide support for my own theme. I can't fix everyone's custom themes ;-)
Looks like you are bending the tags to much in there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants