Skip to content

Instantly share code, notes, and snippets.

@niklas-heer
Last active August 29, 2015 14:10
Show Gist options
  • Save niklas-heer/25336b9b6758a35b720b to your computer and use it in GitHub Desktop.
Save niklas-heer/25336b9b6758a35b720b to your computer and use it in GitHub Desktop.
Jekyll useful sample code-blocks
---
layout: post
title: Title
description: Description
modified: 2013-08-20
tags: [sample post, code]
image:
feature: abstract-10.jpg
credit: dargadgetz
creditlink: http://www.dargadgetz.com/ios-7-abstract-wallpaper-pack-for-iphone-5-and-ipod-touch-retina/
---
<figure>
<a href="/assets/images/"><img src="/assets/images/" alt=""></a>
<figcaption><a href="">text</a>.</figcaption>
</figure>
<iframe width="560" height="315" src="//www.youtube.com/embed/SU3kYxJmWuQ" frameborder="0"> </iframe>
{% highlight css %}
CODE
{% endhighlight %}
<center>
<a href="http://creativecommons.org/licenses/by-nc-sa/3.0/"><img src="/assets/images/cc/by-nc-sa.png" alt=""></a>
</center>
{% gist niklas-heer/25336b9b6758a35b720b %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment