+ [8 years ago] jekyllrb Title: index.md ยท GitHub (at gist.github.com)
+ [8 years ago] ash_workz the descriptions are the blockquotes
+ [8 years ago] ash_workz which differ from index to index
+ [8 years ago] ash_workz jaybe: does that make sense?

message no. 169193

Posted by batteur in #jekyll at 2017-05-19T13:57:15Z

found here: https://github.com/jekyll/jekyll/pull/5509
+ [8 years ago] wakatara You might want to consider simply loading it from the CDN in the actual layout. I find that ends up leading to quicker load times due to the fact it's most likely cached already.
+ [8 years ago] wakatara ie. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css">
+ [8 years ago] wakatara mine's placed in an include in the head.html file and then that is simply referenced from the default layout.
+ [8 years ago] href heya
+ [8 years ago] href is there a way to access site.data from a plugin?