message no. 165678
Posted by GeekDude in #jekyll at 2017-03-15T16:37:43Z
Hello! I have a collection with a variable called 'link' in its front-matter. I'm trying to make it link to a post on the same jekyll site, but I can't seem to do it without hard-coding a link. I tried defining 'link: {{ site.baseurl }}{% post_url 2017-03-13-mypost.md %}' but jekyll gives an error when building the site.