Phlow / feeling-responsive

»Feeling Responsive« is a free flexible theme for Jekyll built on Foundation framework. You can use it for your company site, as a portfolio or as a blog.
http://phlow.github.io/feeling-responsive/
MIT License
901 stars 1.34k forks source link

Handling external links gracefully #245

Closed michiexile closed 2 years ago

michiexile commented 2 years ago

You are setting _baseurl but then using site.baseurl.

TWiStErRob commented 2 years ago

Nice one!

Phlow commented 2 years ago

@michiexile Sorry for my late response. I don't understand

{{ _baseurl }}

Is it a new command in Jekyll?

What does it do?

TWiStErRob commented 2 years ago

It's a local variable defined a few lines above that takes URL prefix into account.

Phlow commented 2 years ago

@TWiStErRob @michiexile Now I get it ;) – Took a while.