Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/dlesaca/lesaca-theme into…
Browse files Browse the repository at this point in the history
… project-tiles
  • Loading branch information
Dexter Lesaca committed May 8, 2017
2 parents 0bf32e2 + 87678e0 commit 0f11c9a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gulp/tasks/images.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ var imagemin = require('gulp-imagemin');

//Builds Images
gulp.task('images', () => {
return gulp.src('./src/image/**/*.+(png|jpg|jpeg|gif|svg|ico)')
return gulp.src('./src/images/**/*.+(png|jpg|jpeg|gif|svg|ico)')
.pipe(imagemin()) //compress images
.pipe(gulp.dest('./public/assets/images'));
});
5 changes: 5 additions & 0 deletions src/default.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@

{{!-- Stylesheet --}}
<link rel="stylesheet" href="{{asset "css/app.css"}}">

{{!-- favicons --}}
<link rel="shortcut icon" href="{{asset "/images/favicons/lesaca-favicon-@16px.png"}}">
<link rel="shortcut icon" href="{{asset "/images/favicons/lesaca-favicon-@195px.png"}}">

{{ghost_head}}
</head>
<body>
Expand Down
Binary file added src/images/favicons/lesaca-favicon-@16px.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/favicons/lesaca-favicon-@195px.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0f11c9a

Please sign in to comment.