diff --git a/src/static/json/pages.json b/src/static/json/pages.json index e6696a5..2298159 100644 --- a/src/static/json/pages.json +++ b/src/static/json/pages.json @@ -22,5 +22,11 @@ "title": "Andrew Simonson - Bookshelf", "description": "Some of the books I've read", "canonical": "/books" + }, + "duck": { + "template": "duck.html", + "title":"You've been ducked!", + "description": "Face it, you've been ducked", + "canonical": "/duck" } } diff --git a/src/templates/duck.html b/src/templates/duck.html new file mode 100644 index 0000000..80acd57 --- /dev/null +++ b/src/templates/duck.html @@ -0,0 +1,10 @@ +{% block content %} +
+

What the duck?

+ mega spinney duck +

Stop disturbing the duck, can't you see he's busy spinning?

+
+{% endblock %} diff --git a/src/templates/home.html b/src/templates/home.html index 5f2c9b2..2e2d14d 100644 --- a/src/templates/home.html +++ b/src/templates/home.html @@ -22,23 +22,25 @@ {% from 'partials/bookshelf.html' import bookshelf %} {{ bookshelf(var.books) }}
-
- duck spinning - duck spinning - duck spinning -
+ +
+ duck spinning + duck spinning + duck spinning +
+