Skip to content
Browse files

(*) fixed non loading image on home page, optimized assets

(+) added favicon
1 parent edcacaa commit 82f26a3c89f7396ae5273e155fa29cb5ff8f7584 @nisrulz nisrulz committed
View
3 Gemfile.lock
@@ -1,4 +1,5 @@
GEM
+ remote: https://rubygems.org/
specs:
celluloid (0.16.0)
timers (~> 4.0.0)
@@ -46,4 +47,4 @@ DEPENDENCIES
jekyll-paginate
BUNDLED WITH
- 1.10.5
+ 1.11.2
View
2 _includes/header.html
@@ -1,5 +1,5 @@
<header class="site-header">
- <a href="{{ site.baseurl }}/" class="logo"><span class="logo"><amp-img src="{{ site.baseurl }}/{{ site.logo }}" width="48" height="48" /></span></a>
+ <a href="{{ site.baseurl }}/" class="logo"><span class="logo"><amp-img src="{{ site.baseurl }}{{ site.logo }}" width="48" height="48" /></span></a>
<div class="page-links">
<a class="page-link" href="{{ site.baseurl }}/">Home</a>
View
BIN assets/images/author.jpg 100644 → 100755
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View
BIN assets/images/logo.jpg 100644 → 100755
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View
BIN assets/images/screenshot.png 100644 → 100755
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View
BIN assets/images/speed.png 100644 → 100755
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View
BIN favicon.ico
Binary file not shown.

0 comments on commit 82f26a3

Please sign in to comment.
Something went wrong with that request. Please try again.