Add "no cover" img

remotes/origin/hasaccess
Ivlev Denis 8 years ago
parent a4528d9722
commit 03e0729e76
  1. 2
      project/templates/lilcity/index.html
  2. 0
      web/build/img/favicon.ico
  3. BIN
      web/build/img/no_cover.png
  4. 2
      web/gulp/tasks/copy.js
  5. BIN
      web/src/img/favicon.ico
  6. BIN
      web/src/img/no_cover.png

@ -33,7 +33,7 @@
<meta property="fb:admins" content="Facebook numeric ID"> <meta property="fb:admins" content="Facebook numeric ID">
<meta name="csrf-token" content="{{ csrf_token }}"> <meta name="csrf-token" content="{{ csrf_token }}">
<link rel="stylesheet" media="all" href={% static "css/app.css" %}> <link rel="stylesheet" media="all" href={% static "css/app.css" %}>
<link rel="shortcut icon" type="image/png" href="{% static 'favicon.ico' %}"/> <link rel="shortcut icon" type="image/png" href="{% static 'img/favicon.ico' %}"/>
<script> <script>
var viewportmeta = document.querySelector('meta[name="viewport"]'); var viewportmeta = document.querySelector('meta[name="viewport"]');
if (viewportmeta) { if (viewportmeta) {

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 793 B

@ -22,7 +22,7 @@ gulp.task('copy:rootfiles', function() {
gulp.task('copy:img', function() { gulp.task('copy:img', function() {
return gulp return gulp
.src([ .src([
config.src.img + '/**/*.{jpg,png,jpeg,svg,gif}', config.src.img + '/**/*.{jpg,png,jpeg,svg,gif,ico}',
'!' + config.src.img + '/svgo/**/*.*' '!' + config.src.img + '/svgo/**/*.*'
]) ])
.pipe(gulp.dest(config.dest.img)); .pipe(gulp.dest(config.dest.img));

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 793 B

Loading…
Cancel
Save