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

How do I add a sidebar to the layout? #55

Open
marcamillion opened this issue Sep 11, 2013 · 1 comment
Open

How do I add a sidebar to the layout? #55

marcamillion opened this issue Sep 11, 2013 · 1 comment

Comments

@marcamillion
Copy link

Right now, the entire page just has datestamp in left column and post in the middle.

In my _config.yml, I have tried both this:

default_asides: [asides/about.html]

and this:

default_asides: [custom/asides/about.html]

I have that file in my source/_includes/custom/asides/

But it doesn't show that aside at all.

This is the content of that about.html:

<section>
  <h1>About Me</h1>
  <p>A little something about me.</p>
</section>

Thoughts?

@Ananyasingh2002
Copy link

I don't see any asides folder in source/_includes/custom/

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