diff --git a/layouts/_default/single.html b/layouts/_default/single.html index f06d1c4..da8c569 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -4,6 +4,8 @@ {{ partial "head.html" . }} + {{ partial "nav.html" . }} +
diff --git a/layouts/index.html b/layouts/index.html index 0e88383..76e89cc 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -4,10 +4,7 @@ {{ partial "head.html" . }} - + {{ partial "nav.html" . }} {{ partial "profile.html" . }} diff --git a/layouts/partials/nav.html b/layouts/partials/nav.html new file mode 100644 index 0000000..9367d30 --- /dev/null +++ b/layouts/partials/nav.html @@ -0,0 +1,9 @@ + \ No newline at end of file