+ [8 years ago] AdmiralBumbleBee aha... I had to create my own link tag like <a href="{% post_url %}#anchor">stuff</a>
+ [8 years ago] dblakemore Have I come to the right place to get some help reconsiling the behavior of my jekyll plugin with vanilla liquid, or should I just suck it up and wait for a stack overflow answer?
+ [8 years ago] allejo not many plugin devs here from my experience
+ [8 years ago] dblakemore Hmm. I guess I'll scour stackoverflow/github for a while and then ask.

message no. 163014

Posted by parkr in #jekyll at 2017-02-07T03:44:30Z

./later jaybe you bet! this was one of my fave features of hubot, before the slack days... :) it was always fun to leave messages for people that they'd see next time they entered the room.
+ [8 years ago] cbx33 Is the theme used for the main jekyll site available to use as a base template?
+ [8 years ago] marrenarre Hi. I have a Sass stylesheet that begins with two lines of "---", making it a page. However, I don't really think of it as a traditional page in the sense that, for example, I'm not going to link to it in my navigation.
+ [8 years ago] marrenarre I'm trying to render my navigation by iterating through site.pages, but this includes the stylesheet. What would be the best/easiest way to ignore unintended files?
+ [8 years ago] captn3m0_ Is it inside a directory that starts with a _?
+ [8 years ago] marrenarre No, it's "main.sass" in the root directory.