Skip to content

Instantly share code, notes, and snippets.

@jjb
jjb / gist:1771190
Created February 8, 2012 17:12 — forked from trevorturk/gist:1756760
Bare minimum html5 template
<!DOCTYPE html>
<head>
<title>title</title>
</head>
<body>
<p>body</p>
</body>
Match (C:Cell) <- [*1..2] – (p:Cell) return c,p
@jjb
jjb / file.md
Last active March 16, 2017 22:19 — forked from wam/gist:a86c51eaad03689a14fcd0d58e6cca0c
converting img tags to ruby image_tag helper

intro

Goal is to convert

<img src="<%= ENV["IMAGE_URL"] %>/icons/app-ui-logo-white.png" id="topbar-logo" alt="Freedom logo">

to