diff --git a/README.md b/README.md index 06b2882..2973622 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,10 @@ Download the [latest stable release](https://github.com/epistrephein/Steam/relea Replace `{{!> menu}}` with `{{> menu}}` in `default.hbs`, then customize the file `partials/menu.hbs` using the given template. #### Customize the social icons -Change the given `a href` addresses in `partials/footer-social.hbs` or replace the icons with the ones you prefer using the [Font Awesome list](http://fortawesome.github.io/Font-Awesome/icons/), e.g. to add a Facebook icon add ` `. +Change the given `a href` addresses in `partials/footer-social.hbs` or replace the icons with the ones you prefer using the [Font Awesome list](http://fortawesome.github.io/Font-Awesome/icons/), e.g. to add a Facebook icon add + + + If you don't want the social icons section, replace `{{> footer-social}}` with `{{!> footer-social}}` in `default.hbs`. #### Customize the blog signature