shakyShane / jekyll-gulp-sass-browser-sync

A starter project including full setup for Jekyll, GulpJS, SASS & BrowserSync
728 stars 169 forks source link

Inserting script #45

Open Juneko opened 8 years ago

Juneko commented 8 years ago

How can I insert script on the index header. I trying to use font awesome cdn but I can't insert the cdn script on the header.

thank you

BilleFash commented 8 years ago

_layouts/default.html <!DOCTYPE html>

{{ page.title }} ```
{% include header.html %} {% include content-home.html %} {% include footer.html %}
```

`