Skip to content

Commit

Permalink
updated basic documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Jan 6, 2016
1 parent fa75f80 commit b10243d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

## Features

- i18n support. Currently `en`/`es` supported.
- i18n support. Currently `en_US`/`en_ES` supported.
- Google Analytics integration.
- Newsletter integration powered by Mailchimp.
- Featured and Static post views.
Expand All @@ -42,7 +42,9 @@ $ git clone git@github.com:Kikobeats/bloggy.git

### DOM Selector

It's necessary that you stablish the DOM library and the version to use with the theme. For do it, go to `Admin Panel``Code Injection``Blog Footer` and should be similar to:
It's necessary that you stablish the DOM library and the version to use with the theme.

For do it, go to `Admin Panel``Code Injection``Blog Footer` and should be similar to:

```html
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
Expand Down

0 comments on commit b10243d

Please sign in to comment.