Skip to content

Instantly share code, notes, and snippets.

@alkaithil
alkaithil / git_diff_raw
Created March 18, 2016 09:26
Raw output of a git diff HEAD^
diff --git a/source/_patterns/02-organisms/05-detail/03-detail-habitaciones.mustache b/source/_patterns/02-organisms/05-detail/03-detail-habitaciones.mustache
index fbf92f5..dc4ef4a 100644
--- a/source/_patterns/02-organisms/05-detail/03-detail-habitaciones.mustache
+++ b/source/_patterns/02-organisms/05-detail/03-detail-habitaciones.mustache
@@ -211,37 +211,37 @@
<p class="wu-fg__label">Fotografías</p>
<div class="wu-gallery__thumbs">
<div class="wu-gallery__thumb">
- <a href="#"><img src="images/180x120.png" alt="Título de la imagen"></a>
+ <a href="#"><img src="images/120x90.png" alt="Título de la imagen"></a>
@alkaithil
alkaithil / 0_reuse_code.js
Created February 16, 2016 12:35
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console