From d6234e155b7d6fcd2e6031977070b037c472ed84 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Mon, 22 May 2017 09:40:47 +0100 Subject: [PATCH] Import some basic tests --- content/_index.md | 3 ++ layouts/partials/navbar.html | 4 +-- tests/__init__.py | 2 ++ tests/tests_common.py | 56 ++++++++++++++++++++++++++++++++++++ 4 files changed, 63 insertions(+), 2 deletions(-) create mode 100644 content/_index.md create mode 100644 tests/tests_common.py diff --git a/content/_index.md b/content/_index.md new file mode 100644 index 0000000..573280d --- /dev/null +++ b/content/_index.md @@ -0,0 +1,3 @@ +--- +title: Homepage +--- diff --git a/layouts/partials/navbar.html b/layouts/partials/navbar.html index ac1fbae..4224ff0 100644 --- a/layouts/partials/navbar.html +++ b/layouts/partials/navbar.html @@ -3,7 +3,7 @@