Skip to content

Commit

Permalink
Merge 741badd into 067abc5
Browse files Browse the repository at this point in the history
  • Loading branch information
jdorfman committed Feb 17, 2019
2 parents 067abc5 + 741badd commit 4c3ff64
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions config/_extras.yml
Expand Up @@ -12,6 +12,12 @@ books:
img: /assets/img/books/Bootstrap-Hours-Sams-Teach-Yourself-ebook.jpg
url: 'https://www.amazon.com/Bootstrap-Hours-Sams-Teach-Yourself-ebook/dp/B017M8OWZQ/ref=as_li_ss_il?ie=UTF8&linkCode=li3&tag=bcdn-20&linkId=f8a39275b5204f5f2d0427a1ef1c4f83'
themesAd:
- name: 'Velonic - Admin Dashboard & Frontend'
img: /assets/img/themes/bootstrapbay-velonic-admin.jpg
url: 'https://bootstrapbay.sjv.io/kVaX3'
- name: 'ZTheme - Multipurpose Responsive Template'
img: /assets/img/themes/ztheme-mulipurpose-responsive-template-B8068D9.jpg
url: 'https://bootstrapbay.sjv.io/mNXyO'
- name: 'Color Admin - Admin Template + Front End'
img: /assets/img/themes/color-admin-admin-template-front-end.jpg
url: 'https://wrapbootstrap.com/theme/color-admin-admin-template-front-end-WB0N89JMK?ref=bcdn'
Expand Down
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion test/themes_test.js
Expand Up @@ -45,7 +45,7 @@ describe('themes', () => {
config.themesAd.forEach((theme) => {
describe(theme.name, () => {
it('has name', (done) => {
assert.ok(response.body.includes(theme.name),
assert.ok(response.body.includes(htmlEncode(theme.name)),
`Expects response body to include "${theme.name}"`);
done();
});
Expand Down

0 comments on commit 4c3ff64

Please sign in to comment.