message no. 112193
Posted by plumbe0 in #jekyll at 2015-09-15T16:21:06Z
Hi everybody! I have a silly question that doesn't deserve its own thread so i'll ask here: I want to display the page title after the site name if i'm not on the home page. In my layout i have <title>siteName{{ % unless page.title == 'Home' %}} - {{ page.title }}{{ % endunless % }}</title> but the code gets executed even on the home page. What am i missing?