Skip to content

Instantly share code, notes, and snippets.

View dylanwolff's full-sized avatar
🙋‍♂️
Need a hand with a Ruby or Rails project? Let's chat!

Dylan Wolff dylanwolff

🙋‍♂️
Need a hand with a Ruby or Rails project? Let's chat!
View GitHub Profile
Verifying that +dylanwolff is my blockchain ID. https://onename.com/dylanwolff
## _includes/image.html
<div class="image-wrapper" >
{% if include.url %}
<a href="{{ include.url }}" title="{{ include.title }}" target="_blank">
{% endif %}
<img src="{{ site.url }}/{{ include.img }}" alt="{{ include.title }}"/>
{% if include.url %}
</a>
{% endif %}
{% if include.caption %}