all repos — homestead @ ef74eb1fac8d50814d84c99ce7f6b01ab0d714b2

Code for my website

Initial commit

Alan Pearce
commit

ef74eb1fac8d50814d84c99ce7f6b01ab0d714b2

1 file changed, 4 insertions(+), 0 deletions(-)

changed files
A templates/header.html
@@ -0,0 +1,4 @@
+<a href="{{ config.base_url }}" class="title"> + <h2>{{ config.title }}</h2> +</a> +<nav>{% include "nav.html" %}</nav>