diff --git a/_config.yml b/_config.yml
index 05305b5343d..180e3fc131d 100644
--- a/_config.yml
+++ b/_config.yml
@@ -38,7 +38,7 @@ improve_content: https://github.com/Phlow/feeling-responsive/edit/gh-pages
# Example:
# Markdown-Example for posts 
#
-urlimg: 'https://phlow.github.io/feeling-responsive/images/'
+urlimg: 'https://pythonice.github.io/feeling-responsive/images/'
# Logo size is 600x80 pixels
diff --git a/_includes/trinket-close b/_includes/trinket-close
new file mode 100644
index 00000000000..2c26e632955
--- /dev/null
+++ b/_includes/trinket-close
@@ -0,0 +1 @@
+-->
diff --git a/_includes/trinket-open b/_includes/trinket-open
new file mode 100644
index 00000000000..6046502807e
--- /dev/null
+++ b/_includes/trinket-open
@@ -0,0 +1 @@
+
+{% include trinket-open type='python' %}
+import turtle
+tina = turtle.Turtle()
+
+for c in ['red', 'green', 'yellow', 'blue']:
+ tina.color(c)
+ tina.forward(75)
+ tina.left(90)
+
+tina.penup()
+tina.backward(100)
+tina.write("Hello world!")
+{% include trinket-close %}
{% comment %}
*
diff --git a/_posts/design/2014-08-19-page-fullwidth.md b/_posts/design/2014-08-19-page-fullwidth.md
index add2e44c14b..f12c7a45a69 100755
--- a/_posts/design/2014-08-19-page-fullwidth.md
+++ b/_posts/design/2014-08-19-page-fullwidth.md
@@ -25,7 +25,7 @@ header:
-
+
diff --git a/_posts/design/2014-10-09-header-full-width-image.md b/_posts/design/2014-10-09-header-full-width-image.md
index c1724578d49..fc986ed92ae 100755
--- a/_posts/design/2014-10-09-header-full-width-image.md
+++ b/_posts/design/2014-10-09-header-full-width-image.md
@@ -1,6 +1,6 @@
---
layout: page
-title: "Header with a Full-Width-Image"
+title: "Header with a Full-Width-Image??"
subheadline: "Headers With Style"
teaser: "Feeling Responsive allows you to use all kinds of headers. This example shows a header with a full-width-image."
categories:
@@ -33,4 +33,4 @@ header:
### All Header-Styles
{: .t60 }
-{% include list-posts tag='header' %}
\ No newline at end of file
+{% include list-posts tag='header' %}
diff --git a/_posts/design/2015-08-11-no-header.md b/_posts/design/2015-08-11-no-header.md
index 7a1b69c22d5..f598802670a 100755
--- a/_posts/design/2015-08-11-no-header.md
+++ b/_posts/design/2015-08-11-no-header.md
@@ -11,6 +11,23 @@ tags:
- header
header: no
---
+
+{% include trinket-open type='python' %}
+import turtle
+
+tina = turtle.Turtle()
+
+for c in ['red', 'green', 'yellow', 'blue']:
+ tina.color(c)
+ tina.forward(75)
+ tina.left(90)
+
+tina.penup()
+tina.backward(100)
+tina.write("Hello world!")
+{% include trinket-close %}
+
+
*Silence is beautiful.* Sometimes you just want no distractions at all. Whether you like the content to speak for itself or enjoy pure typography on a plain background: *Feeling Responsive* got you covered. Just say *no* like this: